Jump to content

Retrieving old values from MySQL.


NaveAdair

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.