We Still Except US Players - Come and Play for
Fun, or For Real
We Still Except US Players - Come and Play for
Fun, or For Real
|
Upcoming GoldenCasino.com Tournaments
| Start | End | Game | Entry | Stake | Rebuy | Prize Pool | Event |
// include("http://www.goldencasino.com/global/tournament-feeds/php.php");
// Many hosting providers don't allow http includes, this is a work around.
$strFeed = file_get_contents("http://www.goldencasino.com/global/tournament-feeds/php.php");
$strFeed = str_replace("<"."?","",$strFeed);
$strFeed = str_replace("?".">","",$strFeed);
$strFeed = trim($strFeed);
eval($strFeed);
foreach($arTournametFeedGC as $arThisTournament){
print "";
print "| ".$arThisTournament[0]." | ";
print "".$arThisTournament[1]." | ";
print "".$arThisTournament[2]." | ";
print "".$arThisTournament[3]." | ";
print "".$arThisTournament[4]." | ";
print "".$arThisTournament[5]." | ";
print "".$arThisTournament[6]." | ";
print "".$arThisTournament[7]." | ";
print " ";
}
?>
|