Skip to content

Instantly share code, notes, and snippets.

@kirillrocks
Created July 7, 2019 08:25
Show Gist options
  • Save kirillrocks/509f3eff1664edf0298415ae84f4862d to your computer and use it in GitHub Desktop.
Save kirillrocks/509f3eff1664edf0298415ae84f4862d to your computer and use it in GitHub Desktop.
<?php
while ($i < 100 ) {
$content = file_get_contents('http://oddsfeed3.bet365.com/Soccer.asp?EventGroupID=100100&MarketID=75');
var_dump($content);
$i++;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment