Php foreach loop

PHP Foreach

The foreach statement is a language construct that will iterate over the associative array data type. It was introduced in PHP 4. Although it can also …

Read more