i have problem about parsing.here is my code
<?php
include ('parse_dom.php');
$html = file_get_html('http://ift.tt/2fEmVOx');
$ret = $html->find('.productThumbImg img'); echo implode('',$ret);
?>
but output is nothing.
Aucun commentaire:
Enregistrer un commentaire