Home > Q&A > body text
Use PHP to interconnect with the database to realize PHP query of database content.
小枫2019-04-16 17:41:33
$conn = mysql_connect("localhost", "root");
$conn = mysql_connect("localhost", "root", "", "yourdb");
Baidu has a lot of such simple things