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 14, 2017
1 parent be02b9c commit c3a1cb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scraper.php
Expand Up @@ -26,7 +26,9 @@
$SerNo = $SARTOUT->find("td", 0)->plaintext;
$NIM = $SARTOUT->find("td", 1)->plaintext;
$Name = $SARTOUT->find("td" , 2)->plaintext;
echo $Namehref = $SARTOUT->find("td/a" , 0)->href;
$Namehref = $SARTOUT->find("td/a" , 0)->href;

echo "1 => " . $Namehref;
}
}
}
Expand Down

0 comments on commit c3a1cb5

Please sign in to comment.