Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update scraper.php
  • Loading branch information
vikash12345 committed Feb 28, 2018
1 parent 14c4adc commit 931b03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -27,7 +27,7 @@
foreach($mainpage->find("/html/body/center/table/tbody/tr[2]/td[2]/div/div[2]/table/tbody/tr/td[2]/div/div[4]") as $element)
{
$linkofinnerpages = $element->find("//td/a[plaintext^=View Company Profile: Additional Detail of Product and Services]",0)->href;
echo $linkofinnerpages.'<br>';
echo "$linkofinnerpages\n";
}
}

Expand Down

0 comments on commit 931b03f

Please sign in to comment.