Hi Anthony!
Have you tried giving the full path of 'data.txt' to fopen? Like this:
$file = fopen("d:\\inetpub\\www.blahblah.org\\formtest.php", "a+");
Is it you or your ISP that uses win98?
Kindly
/Lars Olsson ([EMAIL PROTECTED])
Anthony Ritter wrote:
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 in
d:\inetpub\www.blahblah.org\formtest.php on line 80
Your submission was not processed.
........................
Thank you for your time and help.
TR
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php