Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Oct 3, 2017
1 parent aba53dc commit 45f3900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -48,7 +48,7 @@ function dlPage($href) {


foreach($maincode->find("//*[@id='employee_list']/tbody[1]/tr") as $element) {
$no = $element->find("td", 0)->plaintext;
$no = $element->find("td", 1)->plaintext;
echo "$no..\n";
}

Expand Down

0 comments on commit 45f3900

Please sign in to comment.