How I connect this html form to database? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How I connect this html form to database?

https://code.sololearn.com/WS6mEMyVCu72/?ref=app

29th Jul 2017, 5:24 PM
Faizan Shaikh
Faizan Shaikh - avatar
2 Answers
+ 3
I have used my phone as a database I download bit web server
30th Jul 2017, 2:52 AM
Faizan Shaikh
Faizan Shaikh - avatar
+ 1
Depends on the type of database (MySQL, SQL server, ...). You'll want to set up a web server (Apache, IIS,...) that receives the posted data from the form. Typically, server side code, e.g. PHP, C#, Java,... will be responsible for connecting to the database and checking the entered credentials. Look for ADO/entity framework (C#), JDBC (Java), mysqli (PHP).
29th Jul 2017, 6:18 PM
Jan Moriaux
Jan Moriaux - avatar