Mysql Db Updates Not Reflected On Live Site

liunx

Guest
hello -<br /><br />The links in the top navigation bar of weseetv.com are stored in a mysql database called topnav. Each element of the nav bar is a single row in the DB with fields including: description and html link. using phpMyAdmin i have made changes to the descriptions and links but these changes are not reflected on the live site.<br /><br />both the index page and the indexes of each sub-directory have a bit of PHP script to build the nav bar from this database.<br /><br />please let me know if there is more that you need to help :)<br /><br />thank you in advance<!--content-->
How are you making the changes to the db?<br />A script or in phpmyadmin?<br /><br />If by script, do you see the changes in phpmyadmin?<br /><br /><br /><br /><br />moving to scripting forum for better exposure.<!--content-->
Hello -<br />I made the adjustments from within phpMyAdmin. I saw the changes there. It feels like the nav elements on the live site are stored elsewhere but this is the only database.<!--content-->
Did the nav elements come from the database originally?<br /><br />If so it would seem it has to work.<br /><br />Otherwise you might check the code that reads the db and displays the nav.<br /><br />Not much we can do without seeing the nav code.<!--content-->
Hi Don -<br /><br />the index for the site and the index pages of the sub directories include a php script named displayNavIdx.inc and displayNav.inc, respectively. <br /><br />I have attached displayNavIdx.inc<br /><br />please take a look and let me know what you think <br /><br />David <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
 
Top