[thelist] Forcing Page Breaks in PHP

Atul Paul atul79 at rogers.com
Thu Jan 30 12:52:00 CST 2003


--
[ Picked text/plain from multipart/alternative ]
Hey,

I am running queries that return several results. However, I just wanna
print one result per page.
How do I do that in PHP? eg

while ($row = mysql_fetch_array($blah)) {
   // print whatever
   // page break
}

Is there a better way, say using CSS, that covers all browsers?

Thanks
Atul


My Blog: http://blog.verticalinsanity.com

--





More information about the thelist mailing list