Buddski Posted January 15, 2010 Share Posted January 15, 2010 Not WHAT brower.. what do you TYPE into the address bar... 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 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 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. 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 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? 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" 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. 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. 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
Archived
This topic is now archived and is closed to further replies.