Is there a way to move to the next record where stated in the PHP code?
Thanks, ILMVPHP Code:while ($myrow = mysql_fetch_row($result)) {
echo("line 1");
// Move to next record
echo("line 2");
}
|
Results 1 to 5 of 5
Thread: Move to next MySQL recordThreaded View
|
Click Here to Expand Forum to Full Width |