skipping line in php!
Posted: Wed Jun 01, 2005 4:32 am
Hello!
This is the easiest question ye'll get all day. How do you skip a line in php...basically i have a while loop and i want it to skip after each record is read in.
As you see, its simple stuff, but I'm new!
Thanks for your help
This is the easiest question ye'll get all day. How do you skip a line in php...basically i have a while loop and i want it to skip after each record is read in.
Code: Select all
<?php while($row_cpu = mysql_fetch_array($cpu))
{
echo $row_cpu['Speed1'];
} ?>Thanks for your help