Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
28
rated 0 times [  35] [ 7]  / answers: 1 / hits: 17453  / 10 Years ago, tue, may 20, 2014, 12:00:00

I'm new to this and haven't saved html form data so far.
Can someone please guide about how to save the html form elements like first name, last name, password, email to sql database using javascript or jquery?


More From » jquery

 Answers
20

This can't be done directly. JS is executed by the client browser, and need a middleware to allow saving the data in a MySQL DB.



Here is a link to a tutorial on how to save data to a MySQL DB


[#70937] Saturday, May 17, 2014, 10 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
hailey

Total Points: 355
Total Questions: 91
Total Answers: 91

Location: India
Member since Wed, Aug 4, 2021
3 Years ago
;