Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Aug 23, 2017
1 parent 94c8dd2 commit 51bb69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -3,7 +3,7 @@
require 'scraperwiki/simple_html_dom.php';
//
/** looping over list of ids of doctors **/
for($id = 359301; $id <= 1199999; $id++)
for($id = 357729; $id <= 1199999; $id++)
{

$url = ("https://old.mciindia.org/ViewDetails.aspx?ID=".$id);
Expand Down

0 comments on commit 51bb69d

Please sign in to comment.