ghacks Technology News

Basics of looping in PHP

Loops are an integral part of PHP, and many other programming languages for that matter, the basics covered here would apply to javascript as well, even the code is very similar. A loop is simply a block of code that executes multiple times, controlled either directly, by explicitly telling the script to execute “X” times, [...]

Tags:
Categories: Web Development

© 2005-2009 Ghacks.net. All Rights Reserved. Privacy Policy - About Us