upload

i want to dising an upload page using php both is showing me this error:

Warning: mysql_query() [function.mysql-query]: Access denied for user ‘SYSTEM’@‘localhost’ (using password: NO) in C:\wamp\www\hafiz\upload.php on line 73

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\wamp\www\hafiz\upload.php on line 73
Access denied for user ‘SYSTEM’@‘localhost’ (using password: NO)

The “Access denied for user” error kind of tells you what the problem is. Make sure you’re passing the correct username and password in your mysql_connect().

Sponsor our Newsletter | Privacy Policy | Terms of Service