Skip to content

manishkak/Jquery-Post-Form-Data-using-Ajax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Jquery-Post-Form-Data-using-Ajax

using Jquery + Ajax to insert Form Data using Post request

contact_form.html has the HTML form containing Name input field and Message and Comments textarea, alongwith Gender checkbox and the submit button.

contact_form.html also contains the Jquery code and the Ajax request that sends the form data(name, message, comments and gender) to contact_form.php file

contact_form.php file contains insert query to insert name, message, comments and gender values from the form into the DB tables

About

using Jquery + Ajax to insert Form Data using Post request

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published