I just wanted to compliment you on this great script. I tried the storing the data in a database and it worked like a champ. I am having problems getting it to work on my Linux machine however. I feep getting:
Ok, everything is fine.. generating form...
Warning: fopen("forms/form1.html", "w") - Permission denied in /home/mrregist/public_html/php3form/process3.php3 on line 416
cannot create file
If I could get that working... I would be a real happy camper :)
Thanks,
Doug
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the error you mentioned means that you don't have write permissions on that directory. Just give write permissions (chmod 777) to the 'forms' directory, and everything should work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just wanted to compliment you on this great script. I tried the storing the data in a database and it worked like a champ. I am having problems getting it to work on my Linux machine however. I feep getting:
Ok, everything is fine.. generating form...
Warning: fopen("forms/form1.html", "w") - Permission denied in /home/mrregist/public_html/php3form/process3.php3 on line 416
cannot create file
If I could get that working... I would be a real happy camper :)
Thanks,
Doug
the error you mentioned means that you don't have write permissions on that directory. Just give write permissions (chmod 777) to the 'forms' directory, and everything should work.