> $fd = fopen($filename,'r'); > fpassthru($fd); or
readfile($filename); Saves you an fopen call, same result... ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
> $fd = fopen($filename,'r'); > fpassthru($fd); or
readfile($filename); Saves you an fopen call, same result... ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php