Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update scraper.php
  • Loading branch information
vikash12345 committed Sep 13, 2017
1 parent 24753d5 commit 27a9e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.php
Expand Up @@ -33,8 +33,8 @@
$Namehref = $SARTOUT->find("td/a" , 0)->href;
if($SerNo != null || $SerNo != "")
{
$Pagestudent = file_get_html($Namehref);
if($Pagestudent++)
$Pagestudent1 = file_get_html($Namehref++);
foreach($Pagestudent1->find("/html/body/div[2]/div[2]/div[2]/div[1]/div/table/tbody/tr")as $Pagestudent)
{
//This is Details of Students.
$Nama = $Pagestudent->find("/html/body/div[2]/div[2]/div[2]/div[1]/div/table/tbody/tr[1]/td[3]",0)->plaintext;
Expand Down

0 comments on commit 27a9e4f

Please sign in to comment.