Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OmairXcluesiv committed Feb 3, 2017
1 parent 96a4665 commit 3308656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper.php
Expand Up @@ -21,5 +21,6 @@
echo "Product Title :" . $r[$i] . "\n";
//echo "Product Price: " . $m[0] . "<br>";
$content = preg_replace(array('"<a href(.*?)>"', '"</a>"'), array('',''), $m[$i]);
echo $content;
}
?>

0 comments on commit 3308656

Please sign in to comment.