PHP Questions Home | Register | Login
Categories
Arrays
Files
Forms
Creating PDFs
PHP Errors
Functions
Images
MySQL
Numbers
Others
Strings
Website
Unanswered

PHP Forums
Forums Index
MySQL Forum
PHP Forum
Flash/Actionscript
Javascript
Web design

More PHP
PHP Functions
Top Questions
Ask a Question
PHP Interview Questions
PHP Jobs
Ecommerce
IT Questions
Business Websites

Sponsors

sponsor ad
My Salary
PHP Developer Salary
Advertise Here

what is a array?


An array is a collection of pieces of data all accessed in one variable through different indexes.

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



Custom Search