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>"; 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? 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.... 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
Archived
This topic is now archived and is closed to further replies.