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 b2766c4 commit 509e6fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scraper.php
Expand Up @@ -7,9 +7,10 @@


$Alpha = array('a' , 'b');
for($var = 1; $var<= sizeof($Alpha); $var++)
for($var = 1; $var <= sizeof($Alpha); $var++)
{
echo $link = 'http://globalcontact.com/gc/directory/search.php?table=USDIR&company= . $Alpha[$var] .&search=&search_sic=&page=1';
$Baselink = 'http://globalcontact.com/gc/directory/search.php?table=USDIR&company='
echo $link = $Baselink . $Alpha[$var] . '&search=&search_sic=&page=1';
}


Expand Down

0 comments on commit 509e6fa

Please sign in to comment.