PHP For Loop
Posted by admin on 19 December, 2010
No comments yet
This item was filled under [ PHP & MySql, References ]
The For loop is used to repeat executing a certain code for a specific amount of times. This could as well be done with the while loop however the for loop is made for this. The while loop may be used for much more complex stuff and for various other purposes. The for loop is [...]