Online Casino Slots Progressive Jackpots
$strCampaignID = "53115";
$strFeed = file_get_contents("http://www.gocasino.com/global/jackpot-feeds/csv.php");
$strFeed = str_replace("\r","",$strFeed);
$arFeed = explode("\n",$strFeed);
foreach($arFeed as $strThisLine){
if (substr($strThisLine,0,1) != "#"){
$arThisLine = explode(",",$strThisLine);
print "".$arThisLine[0]." Progressive Jackpot: $".number_format($arThisLine[1], 2, '.', ',')." | ";
}
}
?>




