Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Sep 7, 2017
1 parent ec4d9f6 commit 4ae4230
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scraper.php
Expand Up @@ -3,7 +3,13 @@
// including some code snippets below that you should find helpful
require 'scraperwiki.php';
require 'scraperwiki/simple_html_dom.php';
echo "Hello World";
$Baselink = 'http://globalcontact.com/gc/directory/search.php?table=USDIR&company=a&search=&search_sic=&page=';
for($var = 1; $var <= 4747; $var++){
$NEWLINK =$Baselink . $var;
echo $NEWLINK;

}


/*
Expand Down

0 comments on commit 4ae4230

Please sign in to comment.