Jump to content

error Help please


yusiyuseff

Recommended Posts

i am staring this banner xchange  there three user now but whent hye place the code this shows

 

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/banner/public_html/view.php on line 43

 

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/banner/public_html/view.php on line 43

 

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/banner/public_html/view.php on line 44

 

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/banner/public_html/view.php on line 44

Invalid Banner Code!

 

 

my config.php file is configurated Please help me 

tank you in advance

Link to comment
https://forums.phpfreaks.com/topic/126899-error-help-please/
Share on other sites

You are calling the mysql_real_escape_string() function before there is a connection to a mysql database server and it is attempting to create a connection using default values (like it states it will do in the php manual.) Please read the php manual section for the functions you are trying to use, especially when you get an error with one of them.

Link to comment
https://forums.phpfreaks.com/topic/126899-error-help-please/#findComment-656350
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.