mgwalk Posted September 6, 2008 Share Posted September 6, 2008 How do you post the query results twice here is how I do it the first time while($row = mysql_fetch_array($result)): echo $row['name'].$row['id']'; endwhile; but farther down I want to do it again but it does not work while($row = mysql_fetch_array($result)): echo $row['name'].$row['id']'; endwhile; thanks Link to comment https://forums.phpfreaks.com/topic/123045-post-the-query-results-twice/ Share on other sites More sharing options...
PFMaBiSmAd Posted September 6, 2008 Share Posted September 6, 2008 http://www.php.net/manual/en/function.mysql-data-seek.php Link to comment https://forums.phpfreaks.com/topic/123045-post-the-query-results-twice/#findComment-635373 Share on other sites More sharing options...
mgwalk Posted September 13, 2008 Author Share Posted September 13, 2008 I just got to this! This worked! Link to comment https://forums.phpfreaks.com/topic/123045-post-the-query-results-twice/#findComment-640204 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.