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 1ae748f commit 7113368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -9,7 +9,7 @@

/*This loop is for number in page*/
;
for($var = 1; $var <= sizeof($Alpha); $var++)
for($var = 0; $var <= sizeof($Alpha); $var++)
{
$link = $Baselink . $Alpha[$var] . '&search=&search_sic=&page=1';
$html = file_get_html($link);
Expand Down

0 comments on commit 7113368

Please sign in to comment.