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 2, 2018
1 parent 7c5093b commit 625714d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -70,7 +70,7 @@
$afr = $element->find('td',8)->plaintext;
$head = $element->find('td',9)->plaintext;
$judlink = $element->find('td/a',0)->href;
$jud_order = 'http://202.61.43.40:8056/caselaw/'.$judlink\n";
$jud_order = 'http://202.61.43.40:8056/caselaw/'."$judlink\n";
if($code != null || $code != "")
{
echo "$jud_order\n";
Expand Down

0 comments on commit 625714d

Please sign in to comment.