0
Vote
PHP Arrays: Defining, Looping and Sorting Simple Arrays
Unlike scalar variables, which assign only a single value to a variable, an array variable can hold multiple values.Arrays are useful for holding values from database queries or web form entries, where each field (also called a “key”) holds a specific value.
(developerdrive.com)
Approved: Tuesday, January 10th, 2012
Post views: 5
Category: Programming
Tagged: Tags: Inspiration, PHP, Programming
Post views: 5
Category: Programming
Tagged: Tags: Inspiration, PHP, Programming