 |
PHP Foreach() Loop Tutorial - Intro to Loops in PHP
To understand FOREACH loops you have to remember what we learned about arrays. If you recall an array (unlike a variable) contains a group of data. When using a loop with an array, instead of having a counter that goes until proven false the FOREACH loop
php.about.com |
 |