When trying to create a form (without mysql db), i can achieve the job and i get following message:
"Warning: fopen(forms/form1.html) [function.fopen]: failed to create stream: Permission denied in /home/lapin/public_html/phpform/process3.php on line 390
cannot create file"
Any idea?
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When trying to create a form (without mysql db), i can achieve the job and i get following message:
"Warning: fopen(forms/form1.html) [function.fopen]: failed to create stream: Permission denied in /home/lapin/public_html/phpform/process3.php on line 390
cannot create file"
Any idea?
Thank you.
give the forms directory and all the subdirectories and files in it read+write permissions. In UNIX, you do this by: chmod -R 777 forms