How to cleverly stop "while loop" (php)
- by user3735697
I'm having trouble with creating code that echoes a bunch of stuff that is corresponding to the mysql database row. It needs to keep creating the content until all rows are used and then stop.
But for some reason the php file causes the browser to keep loading (it never ends).
Any help would be appreciated! Thanks!
<?php
mysql_connect…