select * from table_name limit 1;
or limit 2,1;
I hope this helps a bit?
Simon
-Original Message-
From: Beauford [mailto:beauford.2003@;rogers.com]
Sent: 12 November 2002 15:04
To: [EMAIL PROTECTED]
Subject: Scrolling Databases
Hi,
I have created a contact database using Mysql and want
Hi,
I have created a contact database using Mysql and want to be able to
scroll back and forth through the database. Even after I have done a
search and found a record, I want to be able to scroll back or forth
from that point on. I am using PHP4 to display the results. This may be
something easy