NaveAdair Posted April 25, 2009 Share Posted April 25, 2009 I have a page that's calling data from a MySQL table. One thing it's calling is an id number. I've changed an id number from 11 to 7. However, when it calls the data, it's still retrieving an 11. This pretty much breaks everything. I've refreshed, restarted Apache, etc. and it's still happening. Here's where the call is being made: while($pterow3 = mysql_fetch_array($pteditr3)) echo "<option value=\"".$pterow3['id']."\">".$pterow3['title']."</option>"; Quote Link to comment https://forums.phpfreaks.com/topic/155649-retrieving-old-values-from-mysql/ Share on other sites More sharing options...
ialsoagree Posted April 25, 2009 Share Posted April 25, 2009 Can you confirm that the database lists the changed id number as 7 and not 11? Quote Link to comment https://forums.phpfreaks.com/topic/155649-retrieving-old-values-from-mysql/#findComment-819268 Share on other sites More sharing options...
fenway Posted April 27, 2009 Share Posted April 27, 2009 Well, let's see, we have no idea what the query is.... Quote Link to comment https://forums.phpfreaks.com/topic/155649-retrieving-old-values-from-mysql/#findComment-819979 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.