I'm trying to display records from a database and then when a new one is added automatically update

Posted by Pete on Stack Overflow See other posts from Stack Overflow or by Pete
Published on 2010-03-24T19:40:39Z Indexed on 2010/03/24 19:43 UTC
Read the original article Hit count: 326

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about php

Related posts about JavaScript