Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepkumargali committed Apr 9, 2014
1 parent d5118fc commit a78cee5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scraper.php
Expand Up @@ -24,11 +24,10 @@
//var_dump($myPlayerData);
// PLAYER DATA
foreach ($myMatchData["schedule"] as $match){

print $match;


var_dump($match);
// Prepare Overall Record

if(array_key_exists('team1', $match))
$allrecord=array(
'matchId'=> $match["matchId"]["name"],
'venueCity'=> $match["venue"]["city"],
Expand Down

0 comments on commit a78cee5

Please sign in to comment.