26.01.2015, 08:23
For some reason am randomly getting undefined symbol "mysql" on this line.
it's showing on both of them.
it's showing on both of them.
Код:
mysql = mysql_connect(HOST, USER, DATABASE, PASSWORD); if(mysql_errno(mysql) != 0) print("Could not connect to database!");