+ 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.
2 Answers
+ 2
For Database managment, you sholuld use PHP
+ 2
javascript is a script. It is only used at client side to make webpage responsive.
for database operation learn server side operations.