Masters, how do you do this? "Fatal error: Call to undefined function sql_conn()"
The code for connecting to the database is missing.
sql_conn() method does not exist, the connection to the database is mysql_connect(host,user,password);
The code for connecting to the database is missing.
sql_conn() method does not exist, the connection to the database is mysql_connect(host,user,password);