Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Apr 30, 2018
1 parent db470fa commit b83bd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -14,7 +14,7 @@
*/
require 'scraperwiki.php';
require 'scraperwiki/simple_html_dom.php';
for($page = 500001;$page <= 597006; $page++)
for($page = 510000;$page <= 597006; $page++)
{
$link = 'https://www.fbise.edu.pk/linkrollno-hssc-11.php?roll_no='.$page;
echo "$page\n";
Expand Down

0 comments on commit b83bd41

Please sign in to comment.