RE: re-using a results set

2004-04-22 Thread Mike Johnson
From: Scott Swaim [mailto:[EMAIL PROTECTED] > Thank you Chris for that answer. I did not know if it was a > mysql problem or php problem. > > Again I apologize (especially to Mike Johsnon) for the > multiple request. I was getting a return error on the list > and I thought it was a configura

Re: re-using a results set

2004-04-21 Thread Scott Swaim
. Thank you again for the answer and I will try to have better netiquette in the future. - Original Message - From: "Chris" <[EMAIL PROTECTED]> To: "Mysql" <[EMAIL PROTECTED]> Sent: Wednesday, April 21, 2004 4:54 PM Subject: RE: re-using a results set >

RE: re-using a results set

2004-04-21 Thread Mike Johnson
From: Scott Swaim [mailto:[EMAIL PROTECTED] > I have a form that does the following > > mysql_fetch_object($qid_speaker)) { ?> > > pv($speaker->first_name) ?> last_name) ?> > >

RE: re-using a results set

2004-04-21 Thread Chris
This is a PHP question, not MySQL. http://www.php.net/mysql_data_seek -Original Message- From: Scott Swaim [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 2:47 PM To: Mysql Subject: re-using a results set I have a form that does the following

re-using a results set

2004-04-21 Thread Scott Swaim
I have a form that does the following first_name) ?> last_name) ?> $qid_speaker = db_query("SELECT first_name, last_name FROM people WHERE speaker = 'Y' ORDER BY la