Gary wrote:
> Can someone tell me why I am getting an error for the second line below. 
> It works locally but not live.
> 
>       <?php
>                $filename = "www/name/test/free.txt"
>                $toread = fopen($filename, 'r');
>                $contents = fread($toread, filesize($filename));
>                fclose($toread);
>                echo "$contents";
>              ?>
> 
> 

It would be useful if you would point out which error it is you are 
encountering.

/ franklin

-- 
Franklin van Velthuizen [EMAIL PROTECTED]            +46-(0)70-6786613
Ebiris Applications AB  http://www.ebiris.se/   +46-(0)19-109917


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to