Re: [PHP] creating files in OS X

2002-08-11 Thread David Rice
Hi Paul: Thanks, that worked. Cheers, David On Sunday, August 11, 2002, at 07:11 PM, Paul Colcutt wrote: > Hi, > > you need to set the permissions for the directory youre creating the > file in. > Try typing (or copy and paste): > > chmod 777 /Library/WebServer/Documents/dev > into Terminal.

[PHP] creating files in OS X

2002-08-11 Thread David Rice
Hi: I'm new to PHP. I'm running Apache/PHP/MySQL on Mac OS X 10.1.5 (PHP 4.1.2) and everything is working well except that I cannot create a file through PHP. If I create a file I can subsequently read/write from PHP, but only after I change its file permissions to read/write for everyone. Wh