Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Feb 9, 2018
1 parent e2c6d7d commit a1e786e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.php
Expand Up @@ -12,8 +12,8 @@
$x = 1;
do {
$link = 'http://supremecourtofindia.nic.in/php/case_status/case_status_process.php?d_no='.$x.'&d_yr='.$years[$mainpage];
echo $html = file_get_html($link);
//$check = $html->find("h5[plaintext^=Diary No]",0);
$html = file_get_html($link);
echo $check = $html->find("h5[plaintext^=Diary No]",0);

echo $check;
$x++;
Expand Down

0 comments on commit a1e786e

Please sign in to comment.