what is a array?
For instance, if we have an array like this:
$whatever = array(1,2,3,4);
Then we can access those values through $whatever[0], $whatever[1] and so on: those two respective contain 1,2 in this instance.
Comment on this Question and Answer >>>
ASK A QUESTION
More arrays PHP Questions
How do I sort an array by key?I'm shuffeling through numbers range(1, 10). Can I eval resulting random numbers and convert to appropriate text? 1 = username1, 2 = username2...etc?
I want to invert my array, can I do this?
in .$array->description doesn't work "description" is suppose to stay black and turns colored and is ignored Why?
when i fetch the record in the database but they skip first record in the database
