Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed May 12, 2018
1 parent 8e39ad7 commit d9fc662
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 = 539289;$page <= 597006; $page++)
for($page = 548674;$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 d9fc662

Please sign in to comment.