[PHP] Re: fopen failing, permission denied

2006-03-01 Thread Dan Baker
(SOLVED, see below) "Dan Baker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Chris" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> Dan Baker wrote: >>> I have the following code snippet: >>> $h = fopen("$path/file.txt", 'x+'); >>> >>> And it generates the foll

[PHP] Re: fopen failing, permission denied

2006-03-01 Thread Dan Baker
"Chris" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Dan Baker wrote: >> I have the following code snippet: >> $h = fopen("$path/file.txt", 'x+'); >> >> And it generates the following error: >> Warning: fopen(/home/./myarea/file.txt): failed to open stream: >> Permission deni