
<div id="content"> that I read </ div>
please help me
Code: Select all
ย <?//myphp$url="html_file.html";$ch=curl_init();$timeout = 60;curl_setopt ($ch, CURLOPT_URL, $url);curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$file_contents = curl_exec($ch);curl_close($ch);?>ย
Code: Select all
ย my html...ย read in html ( <div name="contentread">I want to read this content</div> )ย