[PHP] To Move Recordset back to initial position

2002-11-06 Thread ppf
Hi All: I am having a problem in MySQL records,If i used the record set once and later on if i want to use the same record set in some oteher place in the same page its behive like an empty recordset, I want to know is there any method to (recordset.moveFirst or some thing) move the cursor towards

Re: [PHP] To Move Recordset back to initial position

2002-11-06 Thread Kevin Stone
I believe it is mysql_data_seek($result, 0); -Kevin - Original Message - From: ppf [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 12:38 PM Subject: [PHP] To Move Recordset back to initial position Hi All: I am having a problem in MySQL records,If i used

Re: [PHP] To Move Recordset back to initial position

2002-11-06 Thread Evan Nemerson
You mean like php.net/mysql-data-seek ??? On Wednesday 06 November 2002 11:38 am, ppf wrote: Hi All: I am having a problem in MySQL records,If i used the record set once and later on if i want to use the same record set in some oteher place in the same page its behive like an empty