Hi All,
I'd just like to know if it is possible to use fread to read the html content 
of a serverside coded page....as in something like this:
 
<?php
$filename = "/usr/local/something.php";
$handle = fopen($filename, "r");
$contents = fread($handle, filesize($filename));
fclose($handle);
?> 




---------------------------------

A passion till tomorrow,
Opeyemi Obembe | ng.clawz.com





                
---------------------------------
Do you Yahoo!?
 Yahoo! Search presents - Jib Jab's 'Second Term'

Reply via email to