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 14e6a47 commit 544f7fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.php
Expand Up @@ -59,8 +59,8 @@ function html2text($Document) {
//echo "Product Title" . $product_title . "<br>";
// echo "Product Price" . $product_price . "<br>";
//echo preg_replace($Rules, $Replace, $r[$i]);
echo "Product Title: " . strip_tags($r[$i]) . "\n\n\n";
echo "Product Price:" . strip_tags($m[$i]) . "\n\n\n";
echo "Product Title: " . strip_tags($r[$i]) . "\n";
echo "Product Price:" . strip_tags($m[$i]) . "\n\n\n\n\n";



Expand Down

0 comments on commit 544f7fc

Please sign in to comment.