07.12.2011, 07:38
Quote:
Are you making sure all your hosts support Php? Also, keep in note that some hosts do not allow external connections (mysql).
|
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");