Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Aug 8, 2017
1 parent 9542de3 commit aa79ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -17,7 +17,7 @@

// walk through the dom and extract doctor information
if($link){
$Name = $link->find('span[id=Name]',0)->plaintext;
echo $Name = $link->find('span[id=Name]',0)->plaintext;
$FatherName = $link->find('span[id="FatherName"]',0)->plaintext;
$DOB = $link->find('span[id="DOB"]',0)->plaintext;
$YOI = $link->find('span[id="lbl_Info"]',0)->plaintext;
Expand Down

0 comments on commit aa79ee4

Please sign in to comment.