Hi, I'm a bit a newbie at the mysql-php tandem, but I wanted to ask a pretty basic question
Supose you do x=mysql_query(/somequery/) // fetch a row and then later you do y=mysql_query(/somequery/) If you want to fetch the following row for the query in x, you should probably make the distinction with the query in y,... how do you do this? Can you give an example? How does this relate to "resource link_identifier"? Does it? sorry if this might be a bit trivial, but i'm a little stuck, Simon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php