Bit more info about what I have to do… I have to grant my PHP file (example.php) access to write information to the hard drive. “Use CHMOD to allow the PHP file to write to disk, thus allowing it to create a file.” That’s what I need to know how to do…
I’m guessing this is a different sort of permissions than I work with for file sharing purposes…
tlarkin,
I am the only user who would be updating sites hosted on this server. I have set up the documents folder under WebServer as a share point so I can update it through AFP. Perhaps that’s not a preferred method?
The site is running fine and I am using PHP to pull data from FileMaker Server, but a new feature requires me to use a php script to create or edit a text file hosted on the server (a downloadable price list).
Comments are closed