On 24/08/07, John Wyatt <[EMAIL PROTECTED]> wrote:
> Hey folks, i'm coding a php blog from a IBM's developerWorks tutorial and I
> get this error with permissions.

It's clearly not a very useful tutorial if it teaches you to ignore
error conditions. Your code should have died at fopen() and never
reached fwrite() or fclose().

But as Jeff pointed out, this looks like a straight up permissions
error. Try reading 'man chmod', or an introductory book on UNIX.

-- 
noodl

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to