bentotech Posted January 27, 2012 Share Posted January 27, 2012 I would love to find someone that I can ask all my annoying narbish questions to. $username="a1624814_bento"; $password="Password123"; $database="a1624814_siteDB"; $localhost="mysql13.xxx.xxx"; mysql_connect($localhost,$user,$password); line 13 mysql_connect($localhost,$user,$password); Host '31.100.100.200 is not allowed to connect to this MySQL server in /home/member/insert.php on line 13 Now after I fix this, Im sure that I will hafve a string of other failiurs, what do i do with them? some i can figure out, and normally will try to figure something out before asking. Thanks for taking the time to read!!! Quote Link to comment https://forums.phpfreaks.com/topic/255856-newbie-here-looking-for-help/ Share on other sites More sharing options...
Pikachu2000 Posted January 27, 2012 Share Posted January 27, 2012 The database server doesn't appear to allow external connections. Do you have control over it, or is it on a shared host? Quote Link to comment https://forums.phpfreaks.com/topic/255856-newbie-here-looking-for-help/#findComment-1311550 Share on other sites More sharing options...
bentotech Posted January 27, 2012 Author Share Posted January 27, 2012 The database server doesn't appear to allow external connections. Do you have control over it, or is it on a shared host? I think its mine. I have my own cpanel, and phpmyadmin. I went to college for semister 3 years ago, and in highschool before that i took webdesign and taugh it too, but I havnt had alot of pro work. more of a hobby, so im not sure, as I cant afford to do my own set up. John,. george, paul, and who? IDFK... Quote Link to comment https://forums.phpfreaks.com/topic/255856-newbie-here-looking-for-help/#findComment-1311554 Share on other sites More sharing options...
Pikachu2000 Posted January 27, 2012 Share Posted January 27, 2012 The fastest and easiest way to resolve this will probably be to contact your hosting provider. Quote Link to comment https://forums.phpfreaks.com/topic/255856-newbie-here-looking-for-help/#findComment-1311588 Share on other sites More sharing options...
Monkuar Posted January 27, 2012 Share Posted January 27, 2012 That error means your admin disabled mysql connections to your node/server Quote Link to comment https://forums.phpfreaks.com/topic/255856-newbie-here-looking-for-help/#findComment-1311589 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.