Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Oct 5, 2017
1 parent 4e42575 commit cd7143a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -53,7 +53,7 @@ function dlPage($href) {
$f = $element->find("td", 5)->plaintext;
$g = $element->find("td", 6)->plaintext;
$h = $element->find("td/a", 0)->href;

echo "$a\n";

$record = array( 'srno' =>$a,
'case' => $b,
Expand Down

0 comments on commit cd7143a

Please sign in to comment.