I'm trying to display records from a database and then when a new one is added automatically update
- by Pete
I'm trying to display records from a database and then when a new one is added automatically update the displayed records from the database with the new one
I am doing this using php and javascript.
I want to load a page and display tags under a video and then when a user adds a new tag by entering it into text box to add it to the database and then refresh the part of the page which shows these tags and include the new one which has just been added all without the page being reloaded.
Thanks in advance for any help