Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Nov 23, 2017
1 parent 241fea5 commit ce7d757
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scraper.php
Expand Up @@ -17,16 +17,16 @@
if ($RowNumb != 0)
{
$no = $element->find('td[1]', 0)->plaintext;
$nomor = $element->find('td[2]', 0)->plaintext;


echo "$no\n";
echo "$nomor\n";



/*
$nomor = $element->find('td[2]', 0)->plaintext;
$tangal = $element->find('td[3]', 0)->plaintext;
$klasifikasi = $element->find('td[4]', 0)->plaintext;
$para = $element->find('td[5]', 0)->plaintext;
Expand Down

0 comments on commit ce7d757

Please sign in to comment.