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 323f3e7 commit 9f0c8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -59,7 +59,7 @@ function html2text($Document) {
//echo "Product Title" . $product_title . "<br>";
echo "Product Price" . $product_price . "<br>";
//echo preg_replace($Rules, $Replace, $r[$i]);
echo html_entity_decode($r[$i]);
echo "Product Title: " strip_tags($r[$i]);


}
Expand Down

0 comments on commit 9f0c8a7

Please sign in to comment.