0
Can anyone tell me how to connect the php program to the database?
I have written a php program for student form....the HTML program is working .... I m not able to store the data into the database
2 Answers
+ 2
You must to design a struct database and next connect to it with host, user and password
+ 2
Usually with PHP you use MySQL database
https://www.w3schools.com/php/php_mysql_connect.asp