November 22, 200916 yr Hi, Can anyone tell me if i can edit the website with MYSQL. The problem is that the guy who made my website disappeared. He created the website and everything is working fine but i would like to add few lines back to the menu that I asked him to hide previously. So, when I log in to phpMyAdmin i can see the created database and the tables that i need to put back are there but I don't know what command to use in order to put them back to the website. Thanks.
November 23, 200916 yr If you were using mysql database to store the data displayed on the website then you could update the table rows containing the data via phpmyadmin. However if I understand your query correctly it sounds as though the guy who removed the menu display has either commented out or removed the code that displays it from the webpage source. In this case you would need to change this.
Create an account or sign in to comment