Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Sep 5, 2017
1 parent 805e87e commit 2176aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -15,7 +15,7 @@
foreach ($Html->find("//*[@id='tablePerkaraAll']/tbody/tr") as $element) {
$RowNumb += 1;
if ($RowNumb != 0) {
echo $CourtName = $element->find('./td[2]', 0);
echo $CourtName = $element->find('./td[1]', 0);
}
}
}
Expand Down

0 comments on commit 2176aec

Please sign in to comment.