The website html is like this, I want that embeded code using curl.
concept
<div id="postdiscriptiontext">
<p>
<embed src="http://videobb.com/e/swLN6oRlzFby" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="540" height="599"/>
</p>
</div>
I tried like this
$html = str_get_html($links);
echo $html->find('div.postdiscriptiontext p')->innertext . '<br>';
THIS IS THE ERROR I AM GETTING
Notice: Trying to get property of non-object in C:\xampp\htdocs\anicravefinal\viewanimevideo.php on line 96
Use This
If You Want to You Can try