+ 1

How to store data in mysql table using JavaScript

I want to make an registration form using JavaScript and HTML and store the data in the mysql table and then make a login system which retrieve the data from that table and then user can login to the profile please. help if you can and suggest me other option for this. Thanks in advance.

4th Jan 2017, 2:50 AM
Rahul Sharma
Rahul Sharma - avatar
2 Answers
+ 2
For Database managment, you sholuld use PHP
4th Jan 2017, 3:27 AM
Nahuel
Nahuel - avatar
+ 2
javascript is a script. It is only used at client side to make webpage responsive. for database operation learn server side operations.
4th Jan 2017, 4:12 AM
Ashwaghosh Sadanshiv
Ashwaghosh Sadanshiv - avatar