besly98 Posted July 7, 2010 Share Posted July 7, 2010 Hi All, can anyone help me. or point me to a good tutorial on the below? Basically im trying to send a form and display the results below in a div. I currently have this set up as a refresh, but i want it to load automatically under the form. I cant find a good tutorial so im a bit stuck. so to recap, once you submit the form the results are displayed below (but this will need to load a whole new page and pass all the data through as it uses MySQL based on what they input) i hope tta makes sense? Link to comment https://forums.phpfreaks.com/topic/206978-ajax-jquery-help/ Share on other sites More sharing options...
jug Posted July 7, 2010 Share Posted July 7, 2010 Hi, If youre just submitting the form and wanting the form input to be displayed below without a page refresh then MySQL or any server side language doesnt need to be used. If on the other hand you do want the services of a back end database then AJAX is the answer. For a resource then w3c schools (http://www.w3schools.com/ajax/default.asp) is the best place to start. Hope this helps jug Link to comment https://forums.phpfreaks.com/topic/206978-ajax-jquery-help/#findComment-1082717 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.