17.05.2011, 04:32
Change your mysql_connect to this one:
mysql_connect(host, username, password, database, 1);
( With G-sTyLeZzZ's looks like: mysql_connect(host, username, database, password); )
I think you mixed up the password and database name.
mysql_connect(host, username, password, database, 1);
( With G-sTyLeZzZ's looks like: mysql_connect(host, username, database, password); )
I think you mixed up the password and database name.