Skip to content

How to read input in Google Kickstart (PHP)

How can I read following stdin for Google Kickstart oder Jam code etc.: So the 4 in the first line has to be in a var (e.g. $a); Then in every line after that: the first param goes into an Array of $b[] e.g. And the same with the second param. In $c[] e.g. So the result should be: lang:

Describe php object

I want to create a function that will do this: check the object and if the property 1 is 001 then print John else if the property 2 is 002 the print Jenny but I dont know how to read the property 1 [001] and describe it as a variable. The result that I cURL from a file: Answer Check

Few, complex OR many, simple MySQL queries?

Im working on a onlineshop with php. I work with the mvc model and I divide each small part of my application in: model view controller and service ( service is there for the query ). So for example I would have a Item cart which is divided in discription and price… For each of them I would have a