PHP MySQL Tutorial
Learn PHP and MySQL

Comments: PHP Control Structures

Page Details

Published by:
admin
on 12-19-2008
This page has not yet been rated

PHP Control Structures

Sort by: Published Date | Most Recent | Most Useful
By: Ashley Broadley Posted on 05-20-2009 4:08 AM

I personally prefer to use the For loop in favour of the While loop. The for loop requires you to include the incrementer when initialising the function. I used to forget to add the $i++ in the while loop, meaning that i had a never ending loop, which crashes the browser.

Powered by Community Server (Non-Commercial Edition), by Telligent Systems