Is it possible to update data in database automatically
Posted: Sat May 09, 2009 12:06 pm
Hi,
I am working on a project of website development which uses a mysql database as back end and php as a front end language. I have to maintain and update the database entries all the time when i add some content. and after that the updated content is displayed on my website. each time i have to do this manual work.
so, i want to know that if it is possible to update the entries in the database automatically when i need to add any content. for example there is a folder which contains data whose entries are in the database, when i need to add some data in the database, i just add the content in that folder and the details are automatically updated in the database. and from there these details are displayed on the site without any manual entries of individual data in the database.
so please let me know if there is any code possible for this purpose. And if it is can you provide me the example of the code.
Thank you,
I am working on a project of website development which uses a mysql database as back end and php as a front end language. I have to maintain and update the database entries all the time when i add some content. and after that the updated content is displayed on my website. each time i have to do this manual work.
so, i want to know that if it is possible to update the entries in the database automatically when i need to add any content. for example there is a folder which contains data whose entries are in the database, when i need to add some data in the database, i just add the content in that folder and the details are automatically updated in the database. and from there these details are displayed on the site without any manual entries of individual data in the database.
so please let me know if there is any code possible for this purpose. And if it is can you provide me the example of the code.
Thank you,