Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Apr 28, 2018
1 parent 56b25f9 commit 937ce34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -25,7 +25,7 @@
$name = $browser->find("//*[@id='item']/table[2]/tbody/tr[3]/td[2]",0)->plaintext;
$fname = $browser->find("//*[@id='item']/table[2]/tbody/tr[4]/td[2]",0)->plaintext;
$inst = $browser->find("//*[@id='item']/table[2]/tbody/tr[5]/td[2]",0)->plaintext;
$result = $browser->find("//*[@id="item"]/table[2]/tbody/tr[6]/td[2]",0)->plaintext;
$result = $browser->find("//*[@id='item']/table[2]/tbody/tr[6]/td[2]",0)->plaintext;
$remarks = $browser->find("//*[@id='item']/table[2]/tbody/tr[7]/td[2]",0)->plaintext;


Expand Down

0 comments on commit 937ce34

Please sign in to comment.