lundi 22 juin 2015

Wesite parsing using simple_html_dom showing error no data received

For some url this is working fine but not for every url

 $link = $_POST['url'];
 $html = file_get_html($link);
 $pname = mysql_escape_string($html->getElementsByTagName("h1"));
 echo $pname;

Aucun commentaire:

Enregistrer un commentaire