0
How does php interact with database
How does php interact with databases
1 ответ
+ 1
Using a set of functions:
1-mysqli_connect() :
Used to create a connection with your database
2- mysqli_query():
To preform queries on your database
And there is a lot of functions you can check them out :
https://www.w3schools.com/php/php_ref_mysqli.asp