Displaying database records, before and after inserting new record

Discussion in 'JavaScript' started by beanymanuk, Mar 24, 2010.

  1. #1
    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 tag which has just been added all without the page being reloaded.

    I am using code from this link as my base to add records http://www.9lessons.info/2009/05/insert-and-load-record-using-jquery-and.html
     
    beanymanuk, Mar 24, 2010 IP