I have a sandbox where I am trying to create a form where a person can add data, and the flow I want is an ajax call that add things to the database, and without refreshing the page, another panel in the original page gets updated with the added information.
How can I pull this off? I currently don’t see any such exact examples just by googling.
You can try this url :http://www.9lessons.info/2009/04/submit-form-jquery-and-ajax.html
In join.php, after insert,you can use a select * from tablename and be listed. that you can display a ajax response in another panel of same page.