Looping through an array in PHP

It is possible to loop through all items of an array in PHP using loop with foreach statement.

In this case each element of the array will be assigned to a variable that is used in the array.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator