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 23, 2017
1 parent e61be1e commit 0be8b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -44,7 +44,7 @@
$info['Telephone2'] = $DetailPg->find("//*[@id='frmCaseDetail']/table[3]/tbody/tr[21]/td[2]",0)->plaintext;

scraperwiki::save_sqlite(array('name'), array('name' => $info['Surname'],
'Forename'=> $info['Forename'] ,
'Forename'=> $info['Forename'],
'Title' => $info['Title']
/*'Gender' => $info['Gender'],
'Occupation' => $info['Occupation'],
Expand Down

0 comments on commit 0be8b47

Please sign in to comment.