centerwork Posted November 13, 2007 Share Posted November 13, 2007 How would I go about reseting this while() statement back to the first row of the mysql_fetch_array()? Code snip it: while($rows=mysql_fetch_array($results)){ $variable= $rows['variable']; } Is this possible? Quote Link to comment Share on other sites More sharing options...
pocobueno1388 Posted November 13, 2007 Share Posted November 13, 2007 http://us.php.net/mysql_data_seek Quote Link to comment Share on other sites More sharing options...
centerwork Posted November 13, 2007 Author Share Posted November 13, 2007 Thank you, That will work great. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.