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? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.