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 aa3fc78 commit dfeaf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -13,7 +13,7 @@
*/
require 'scraperwiki.php';
require 'scraperwiki/simple_html_dom.php';
for($page = 339392;$page <= 397031; $page++)
for($page = 348869;$page <= 397031; $page++)
{
$link = 'https://www.fbise.edu.pk/linkrollno-hssc-1.php?roll_no='.$page;
echo "$page\n";
Expand Down

0 comments on commit dfeaf74

Please sign in to comment.