I created the form and things went okay but when I submit the form it gives me : Internal server Error, when I went to the error log in my server it shows:Premature end of script headers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-08-03
OK, I finally figured it out:
1. "/phpform/use/tablename/process.php" must have permissions of 755. 2. "phpform/use/tablename/admin/index.php" must have permissions of 755.
The phpFormGenerator sets these to 666, so you have to manually go in and change them after you generate the form.
My free form generator is now finally working
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I created the form and things went okay but when I submit the form it gives me : Internal server Error, when I went to the error log in my server it shows:Premature end of script headers
OK, I finally figured it out:
1. "/phpform/use/tablename/process.php" must have permissions of 755. 2. "phpform/use/tablename/admin/index.php" must have permissions of 755.
The phpFormGenerator sets these to 666, so you have to manually go in and change them after you generate the form.
My free form generator is now finally working