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 a8c1c00 commit 8e8c9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -54,7 +54,7 @@ function dlPage($href) {
$g = $element->find("td", 6)->plaintext;
$h = $element->find("td/a", 0)->href;
echo " => $g\n";
if($a != ""){
if($a != "" || $a != null){
$record = array( 'srno' =>$a,
'case' => $b,
'remarks' => $c,
Expand Down

0 comments on commit 8e8c9db

Please sign in to comment.