Re: [PHP] Script File Permissions

2002-07-11 Thread Richard Lynch
>I hope that I can get permissions, but I bet you're right. Probably just >have to create a database, which I planned on doing (and know how to). I >really did want to use XML though, oh well. Using a database does not in any way, shape, or form preclude you from using XML. XML is just text.

Re: [PHP] Script File Permissions

2002-07-10 Thread Chris Earle
That "clever guy" is my brother, so I know what buttons to push. I actually got the ability to be able to edit files through my scripts, so it does work. Thanks for the help/input! "Alberto Serra" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > ðÒÉ×ÅÔ! > > Ch

Re: [PHP] Script File Permissions

2002-07-09 Thread Alberto Serra
ðÒÉ×ÅÔ! Chris Earle wrote: > Thank you for the reply (I don't speak or read Russian if that's what that > other stuff is). It is, but it's nothing more than "hello" and my signature, so you did not miss any basic content :) > I forgot to mention that the server is a Win2k server with > IIS 5

Re: [PHP] Script File Permissions

2002-07-09 Thread Chris Earle
"Alberto Serra" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > ðÒÉ×ÅÔ! > > Chris Earle wrote: > > So my question is this: how do I get my script to have permissions to write > > or append to any file? > > Ask your sysadmin (I can almost bet the answer will be N

Re: [PHP] Script File Permissions

2002-07-09 Thread Alberto Serra
ðÒÉ×ÅÔ! Chris Earle wrote: > So my question is this: how do I get my script to have permissions to write > or append to any file? Ask your sysadmin (I can almost bet the answer will be NO, I have to tell you). Apache should be running on your system as user nobody, and most probably does NOT

[PHP] Script File Permissions

2002-07-09 Thread Chris Earle
I've been trying and trying to get my site to work lately and all but one part does. Of course that one part is the most important part (it always is). My problem is probably rather simple to most of you, but I don't know how to get around it: My script does not have permissions to write/append