Home > Q&A > body text
Masters, how do you do this? "Fatal error: Call to undefined function sql_conn()"
我只是一条咸鱼哈2017-12-25 18:45:27
The code for connecting to the database is missing.
谁把我昵称占了2017-12-22 13:55:41
sql_conn() method does not exist, the connection to the database is mysql_connect(host,user,password);