0
My web page contains radio & submit button running on a local server and on clicking it, it should get save on mysql database
Webdevelopment
4 ответов
+ 5
R_Chandra To do this you have to use few back-end Programming language like Java or PHP. So that you can connect with your database.
Take help of this link
https://www.guru99.com/php-forms-handling.html
+ 3
R_Chandra Go through this video once
https://youtu.be/lldeWkkG9xA
https://www.w3schools.com/nodejs/nodejs_mysql_insert.asp
+ 1
How to do this using nodejs?
0
Is there any need to write anything in action attribute of form tag?