PHP Problem with webhosts
#7

Quote:
Originally Posted by cj101
Посмотреть сообщение
Are you making sure all your hosts support Php? Also, keep in note that some hosts do not allow external connections (mysql).
I am not sure what external means, you mean it doesn't allow any mysql connection except localhost?
If that's the case, then why isn't it working for my own host neither?

--
I checked the error logs and I get this error:
[06-Dec-2011 23:04:09] PHP Notice: Undefined variable: i in C:\xampp\htdocs\s4s\conv.php on line 35.
It shows the same error on those pieces of script:
PHP код:

    $Playername
=mysql_result($result,$i,"Name"); 
    
$Kills=mysql_result($result,$i,"Kills");
    
$Deaths=mysql_result($result,$i,"Deaths");
    
$Bombsd=mysql_result($result,$i,"BombsDefused");
    
$Bombsp=mysql_result($result,$i,"BombsPlanted");
    
$TPlayed=mysql_result($result,$i,"TimePlayed"); 
I don't really understand this. I am not really professional with PHP.
Reply


Messages In This Thread
PHP Problem with webhosts - by Biesmen - 06.12.2011, 21:25
Re: PHP Problem with webhosts - by CJ101 - 06.12.2011, 21:31
Re: PHP Problem with webhosts - by Oh - 06.12.2011, 22:04
Re: PHP Problem with webhosts - by TheJayMan - 06.12.2011, 22:25
Re: PHP Problem with webhosts - by ColorHost-Kevin - 07.12.2011, 00:56
Re: PHP Problem with webhosts - by Scones - 07.12.2011, 02:15
Re: PHP Problem with webhosts - by Biesmen - 07.12.2011, 07:38
Re: PHP Problem with webhosts - by Biesmen - 09.12.2011, 06:58
Re: PHP Problem with webhosts - by XFlawless - 09.12.2011, 07:15
Re: PHP Problem with webhosts - by Pinguinn - 09.12.2011, 10:46

Forum Jump:


Users browsing this thread: 1 Guest(s)