+ 3
How to connect Data base and html form inputs?
8 Respuestas
+ 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
+ 6
Thanks GAWEN STEASY i was also finding the same answers
+ 2
Thank you for description..Can you send the example?
+ 1
Thank you very much.
+ 1
Nice work D_stark..