13.04.2018, 12:36
You need to connect to your database first.
MYSQL = mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_DB, MYSQL_PASS);
If you don't, the MYSQL connection object will be undefined.
MYSQL = mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_DB, MYSQL_PASS);
If you don't, the MYSQL connection object will be undefined.