vendredi 31 mars 2017

can`t parse with simple html dom

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