
<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> )