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.