Re: [PHP-DB] retrieving one record at a time

2002-03-27 Thread mike
04 PM Subject: [PHP-DB] retrieving one record at a time > Hi to all, > I'm new to PHP. I'm trying to retrieve data from a database, but I just want > to retrieve one record at a time and go through to the next records by click > next record. I know how to retrieve all record by u

Re: [PHP-DB] retrieving one record at a time

2002-03-27 Thread Josh Trutwin
> Hi to all, > I'm new to PHP. I'm trying to retrieve data from a database, but I just > want to retrieve one record at a time and go through to the next > records by click next record. I know how to retrieve all record by > using the > mysql_fetch_array, but I'm having problems to select one reco

[PHP-DB] retrieving one record at a time

2002-03-27 Thread Natividad Castro
Hi to all, I'm new to PHP. I'm trying to retrieve data from a database, but I just want to retrieve one record at a time and go through to the next records by click next record. I know how to retrieve all record by using the mysql_fetch_array, but I'm having problems to select one record at time.