Re: [PHP] cannot figure out permissions for fopen/fwrite

2009-07-03 Thread Shawn McKenzie
Mari Masuda wrote: > Yes, currently the tmp folder (or any folders in my Apache htdocs > folder) is not accessible to the web due to the Mac's built-in firewall > set to block all incoming traffic except network time and something > installed by Adobe when I installed CS4 (e.g., Photoshop, InDesign

Re: [PHP] cannot figure out permissions for fopen/fwrite

2009-07-02 Thread Mari Masuda
Yes, currently the tmp folder (or any folders in my Apache htdocs folder) is not accessible to the web due to the Mac's built-in firewall set to block all incoming traffic except network time and something installed by Adobe when I installed CS4 (e.g., Photoshop, InDesign, etc.). However,

Re: [PHP] cannot figure out permissions for fopen/fwrite

2009-07-02 Thread Waynn Lue
The tmp folder isn't accessible from the web though, right? Someone would first have to get access to your server for that. On 7/1/09, Mari Masuda wrote: > > On Jul 1, 2009, at 12:54, Shawn McKenzie wrote: > >> Mari Masuda wrote: >>> On Jul 1, 2009, at 12:20, Shawn McKenzie wrote: >>> Shawn

[PHP] cannot figure out permissions for fopen/fwrite

2009-07-01 Thread Mari Masuda
Hello, This is probably a dumb newbie question. I am running PHP 5.2.5 and Apache 2.2.8 on my Mac Book Pro OS X 10.4.11. I compiled PHP and Apache from source a while ago (as opposed to using the built-in web server that is included w/ Mac OS X). I have written the below PHP whose purp