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 Quote 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. Quote 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? Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/126899-error-help-please/#findComment-656350 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.