Re: [PHP] store array in a file?

2001-04-15 Thread Juan C. Borrero
The info pulled from a Database (Mysql) is already stored in an array, then you can move the pointer back and forward when you need it. You can send it to the first "record" and re read it several times... withmysql_data_seek ($result, 0); goes to the first record again. JuanCaBo -

Re: [PHP] reusing MySQL results -- resetting mySQL pointer with mysql_data_seek()

2001-04-04 Thread Juan C. Borrero
Nope. Mysql_data_seek($result,0) and it is. - Original Message - From: "Daevid Vincent" <[EMAIL PROTECTED]> To: "Mark Roedel" <[EMAIL PROTECTED]>; "George Wright" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 04, 2001 3:18 PM Subject: RE: [PHP] reusing MySQL results -- r