try r+ instead of r

and if your working with a windows server add b after the r+



"William Fisher" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> The Question:  It is my understanding that fopen() using the "r" option
will either open the indicated file for read only OR create one if it
doesn't exist. fopen() is giving me this error when trying to create/open a
file.
>
> Warning: fopen(c:/program files/apache group/apache/htdocs/test.txt)
[function.fopen]: failed to create stream: No such file or directory in
c:\program files\apache group\apache\htdocs\file_open.php on line 5
>
> The Code: What I've written...well...copied... is this:
>
> <?php
>
>  $DOCUMENT_ROOT = $HTTP_SERVER_VARS['DOCUMENT_ROOT'];
>
>  $fp = fopen("$DOCUMENT_ROOT/test.txt" , "r");
>
> ?>
>
>
> The Guts: Windows ME, Apache 1.3.27, PHP 4.3.1.
>
> Why am I using ME? Call it compulsary. I buy the cheap gas, too. Any ideas
as to why this is happening? What's this whole file streaming issue?
>
> Blessings,
>
> Zach Fisher....
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Tax Center - forms, calculators, tips, and more



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to