t: Monday, January 13, 2003 9:35 PM
Subject: RE: [PHP-WIN] permission denied
> Is the file on Your local machine, or on your ISP's web server? (Because I
> doubt they are running web servers on windows 98)
>
> If it is running on your ISPs server. Create a 'data' folder
read and write files to that directory. Then you can just place
files within that data/ dir, and read/write them
-Original Message-
From: Anthony Ritter [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 14 January 2003 11:03 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] permission denied
Using M
Using MS Win98 / php 4:
Any ideas on how I can change my permssion settings on a file called
data.txt so it can be read to and written to or do I have to take that up
with my ISP.
I get the following after I submit a form:
Warning: fopen("data.txt", "a+") - Permission denied
Glad things are working for you now. Permissions can be a pain, definately.
--
Scott Carr
Documentation Maintainer
http://documentation.openoffice.org
OpenOffice.org
Quoting Step Schwarz <[EMAIL PROTECTED]>:
> Scott, you were right all along. I started searching ASP lists for help
> because I
Scott, you were right all along. I started searching ASP lists for help
because I figure the permissions will be the same no matter what scripting
language you're trying to upload files with. I found a post explaining that
IIS uses a special user account called IUSR_ -- we added
permission for th
Oops! I actually meant to copy the whole list on this.. I need to remember
to hit the "Reply All" button :)
> What user is IIS running as? Does it have access to those directories?
Thanks for thinking of that -- we checked the permissions of the user set up
to allow anonymous access to the site
What user is IIS running as? Does it have access to those directories?
--
Scott Carr
Documentation Maintainer
http://documentation.openoffice.org
OpenOffice.org
Quoting Step Schwarz <[EMAIL PROTECTED]>:
> Sorry to post two questions in the space of 24 hours, but I'd very much
> appreciate a fr
Sorry to post two questions in the space of 24 hours, but I'd very much
appreciate a fresh pair of eyes. I built a content management area for a
client to assist with managing text in their MySQL employee database and
uploading photos directly to their server. Works fine in our test
environment b