On 30-Aug-2001 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" 
                                                       ^ semi-colon ?

>                 $toread = fopen($filename, 'r');
>                 $contents = fread($toread, filesize($filename));
>                 fclose($toread);
>                          echo "$contents";
>               ?>
> 
> 
> -- 
> 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]

-- 
Don Read                                       [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.

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