Boys Basketball

[insert_php]$ch = curl_init();
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_URL, “http://circlewsports.com/templates/basketball/district-big.php?key=3B2E5E7D-4CC6-4CFA-B8C0-42071F3A9AB9&sport=4&year=2016&state=pa&district=4”);
$result = curl_exec($ch);
print $result;
curl_close($ch);
[/insert_php]

 

 

Statistics Provided By:

cws-logo-black