Topic awaiting preservation: mysql showing more than one result. |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Seattle, WA, USA |
posted 03-05-2002 23:31
ok, so I'm writing a little guestbook script for my new site, and everything was going fine, until I was trying to view the entries. I want to view many entries at a time in descending order of timestamp the code is this: |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 03-06-2002 00:37 |
Paranoid (IV) Inmate From: Lebanon |
posted 03-06-2002 08:11
as Grumble said, I add: code: while($row = mysql_fetch_array($result))
|