How to connect Data base and html form inputs? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to connect Data base and html form inputs?

7th Dec 2018, 10:55 AM
Dilshan Madhuranga
Dilshan Madhuranga - avatar
8 Answers
+ 11
You need server side scripting language like php to connect your front end html to backend database you need to first create the connection using php then after making the connection you can add the insert, delete, update, search ect by using php and then your input will be gone directly in the database you can use mysqli_connect() function for connection with html
7th Dec 2018, 11:12 AM
GAWEN STEASY
GAWEN STEASY - avatar
7th Dec 2018, 11:23 AM
GAWEN STEASY
GAWEN STEASY - avatar
+ 6
Thanks GAWEN STEASY i was also finding the same answers
7th Dec 2018, 12:06 PM
Yash🏁🔘
Yash🏁🔘 - avatar
7th Dec 2018, 3:46 PM
Nasr Jalal
Nasr Jalal - avatar
+ 2
Thank you for description..Can you send the example?
7th Dec 2018, 11:20 AM
Dilshan Madhuranga
Dilshan Madhuranga - avatar
+ 1
Thank you very much.
7th Dec 2018, 11:27 AM
Dilshan Madhuranga
Dilshan Madhuranga - avatar
+ 1
Nice work D_stark..
7th Dec 2018, 4:17 PM
Dilshan Madhuranga
Dilshan Madhuranga - avatar