yusiyuseff Posted October 3, 2008 Share Posted October 3, 2008 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 More sharing options...
F1Fan Posted October 3, 2008 Share Posted October 3, 2008 You haven't set up your configuration. Your config.php is not configured properly. User "nobody" and password "NO" isn't working. Link to comment https://forums.phpfreaks.com/topic/126899-error-help-please/#findComment-656348 Share on other sites More sharing options...
yusiyuseff Posted October 3, 2008 Author Share Posted October 3, 2008 there is the error i dont have as a user "nobody" and my password id not "no" could there be an other config file? Link to comment https://forums.phpfreaks.com/topic/126899-error-help-please/#findComment-656349 Share on other sites More sharing options...
PFMaBiSmAd Posted October 3, 2008 Share Posted October 3, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.