Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Sep 5, 2017
1 parent ca4c1dd commit c520116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -24,7 +24,7 @@
echo $Lama = $element->find('./td[7]', 0)->plaintext;
echo $Link = $element->find('./td[8]/a', 0)->href;

scraperwiki::save_sqlite(array('NO'), array('NO' => $NO , 'NOMOR' => $NOMOR, 'Tanggal' => $Tanggal, 'Klasifikasi' => $Klasifikasi, 'Para' => $Para, 'Lama' => $Lama, 'Detail_Page' => $Link));
scraperwiki::save_sqlite(array('NO'), array('No' => $No , 'NOMOR' => $Nomor, 'Tanggal' => $Tanggal, 'Klasifikasi' => $Klasifikasi, 'Para' => $Para, 'Lama' => $Lama, 'Detail_Page' => $Link));

}
}
Expand Down

0 comments on commit c520116

Please sign in to comment.