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 15, 2018
1 parent d9fc662 commit 438eba1
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 = 548674;$page <= 597006; $page++)
for($page = 558673;$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 438eba1

Please sign in to comment.