From a78cee5555321263903cc2cd48637e342e0a8235 Mon Sep 17 00:00:00 2001 From: pradeepkumargali Date: Wed, 9 Apr 2014 10:47:15 +0530 Subject: [PATCH] Update scraper.php --- scraper.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scraper.php b/scraper.php index 5b9e929..2b985a3 100644 --- a/scraper.php +++ b/scraper.php @@ -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"],