Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Sep 7, 2017
1 parent bf65fa9 commit 0a6cfd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scraper.php
Expand Up @@ -19,7 +19,6 @@
if(is_object($lastpageno))
{
$totalpageloop = preg_replace("/[^0-9]/","",$lastpageno);
echo $totalpageloop;
for($page = 0; $page <= $totalpageloop; $page++)
{
echo $Baselink . $Alpha[$var] . '&search=&search_sic=&page=' .$page ;
Expand Down

0 comments on commit 0a6cfd7

Please sign in to comment.