Buddski Posted January 15, 2010 Share Posted January 15, 2010 Not WHAT brower.. what do you TYPE into the address bar... Quote Link to comment https://forums.phpfreaks.com/topic/188424-who-has-the-highest-field/page/2/#findComment-995625 Share on other sites More sharing options...
eazyefolife Posted January 15, 2010 Author Share Posted January 15, 2010 Not WHAT brower.. what do you TYPE into the address bar... Fail.. file:///C:/Users/Eric/Desktop/Son of Mini-Missions UCP/index.php Quote Link to comment https://forums.phpfreaks.com/topic/188424-who-has-the-highest-field/page/2/#findComment-995626 Share on other sites More sharing options...
Buddski Posted January 15, 2010 Share Posted January 15, 2010 Well for starters you arent even running that script through your webserver.. You need to put it in your webserver root directory and access it via http://localhost/index.php for it to be parsed with PHP Quote Link to comment https://forums.phpfreaks.com/topic/188424-who-has-the-highest-field/page/2/#findComment-995627 Share on other sites More sharing options...
eazyefolife Posted January 15, 2010 Author Share Posted January 15, 2010 Well for starters you arent even running that script through your webserver.. You need to put it in your webserver root directory and access it via http://localhost/index.php for it to be parsed with PHP I can, run it on one. I was just checking if it would work. Quote Link to comment https://forums.phpfreaks.com/topic/188424-who-has-the-highest-field/page/2/#findComment-995630 Share on other sites More sharing options...
eazyefolife Posted January 15, 2010 Author Share Posted January 15, 2010 Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/southwh6/public_html/woetandredirect/index.php on line 7 Quote Link to comment https://forums.phpfreaks.com/topic/188424-who-has-the-highest-field/page/2/#findComment-995632 Share on other sites More sharing options...
Buddski Posted January 15, 2010 Share Posted January 15, 2010 And line 7 is? Quote Link to comment https://forums.phpfreaks.com/topic/188424-who-has-the-highest-field/page/2/#findComment-995633 Share on other sites More sharing options...
eazyefolife Posted January 15, 2010 Author Share Posted January 15, 2010 And line 7 is? <?php $host "91.121.209.20" Quote Link to comment https://forums.phpfreaks.com/topic/188424-who-has-the-highest-field/page/2/#findComment-995685 Share on other sites More sharing options...
Buddski Posted January 15, 2010 Share Posted January 15, 2010 $host = "91.121.209.20"; Make sure you fix it for the rest of your connection information too.. $user,$password,$db etc. Quote Link to comment https://forums.phpfreaks.com/topic/188424-who-has-the-highest-field/page/2/#findComment-995694 Share on other sites More sharing options...
eazyefolife Posted January 16, 2010 Author Share Posted January 16, 2010 $host = "91.121.209.20"; Make sure you fix it for the rest of your connection information too.. $user,$password,$db etc. it's fixed. Quote Link to comment https://forums.phpfreaks.com/topic/188424-who-has-the-highest-field/page/2/#findComment-995923 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.