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 5762a69 commit 36f05a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -8,7 +8,7 @@
$NewLink = 'http://globalcontact.com/gc/directory/search.php?table=USDIR';
$html = file_get_html($NewLink);
$var = 'Hello';
$input = $html->find('input[type=text]->value['a']', 0);
$input = $html->find('input[type=text]->value[a]', 0);


//code
Expand Down

0 comments on commit 36f05a3

Please sign in to comment.