سلام من از اسکریپت simple_html_dom استفاده میکنم
معنی کد
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $link);
curl_setopt($ch, CURLOPT_HEADER, TRUE);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
$content = curl_exec($ch);
curl_close($ch);
unset($ch);
//ERROR
$matches=array();
preg_match_all("/window.__PRODUCT_DETAIL_APP_INITIAL_STATE__ = (.+);[\r\n]/",$content, $matches);
if(!isset($matches[1][0]))
exit();
$result=json_decode($matches[1][0],TRUE);
$pr=$result['ProductResponse']['product'];
میخواستم
اگر کسی با simple html dom کار کرده راهنمایی کنه ممنون میشم
به جمع هزاران کاربر اینستاگرامی روکسو بپیوندید.