Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Jan 19, 2018
1 parent c2314f5 commit 4250409
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scraper.php
Expand Up @@ -25,7 +25,10 @@
$status = $element->find('td[6]', 0)->plaintext;
$lama = $element->find('td[7]', 0)->plaintext;
$details = $element->find('td[8]\a', 0)->href;
echo "$details\n";

$record = array( 'num' => $no, 'nomor' => $nomor);
scraperwiki::save(array('num','nomor'), $record);


}
}
Expand Down

0 comments on commit 4250409

Please sign in to comment.