Ok, I have done everything that it says, the sql, all the config files and when I go to login with the username: Admin and Pass: changeme like it says on mysite.com/usersystem/login.php, enter all the things.
The error below comes up! Help, I have opened login.php in dreamweaver and looked at like 33 but nothing is wrong - I THINK. Anyway I've posted line 33 after the error.
Code:Warning: mysql_query() [function.mysql-query]: Access denied for user 'cowly1a'@'localhost' (using password: NO) in /home/cowly1a/public_html/usersystem/login.php on line 33 Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/cowly1a/public_html/usersystem/login.php on line 33 Access denied for user 'cowly1a'@'localhost' (using password: NO)Code:$info = mysql_query("SELECT * FROM users WHERE username = '$username'") or die(mysql_error());





Reply With Quote



, Sorryu but I am quite new to php and sql.
