Jump to content

Ajax / jquery help


besly98

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.