Hi,
I'm trying to create a dynamic form that is accessed from multiple pages. I've created the form and included into one of the main PHP pages using the include() function.
Now, when I run the form, it seems to be ignoring the <form> tag entirely. I want the form to pass the data to another PHP script for validation and dumping into the database. The form will only pass the details back to same page the form is run from.
The form works as it should when I run it's script individually, but not through another page using include().
Any suggestions or help would be great appreciated. Thanks in advance,
Vladimir
					I'm trying to create a dynamic form that is accessed from multiple pages. I've created the form and included into one of the main PHP pages using the include() function.
Now, when I run the form, it seems to be ignoring the <form> tag entirely. I want the form to pass the data to another PHP script for validation and dumping into the database. The form will only pass the details back to same page the form is run from.
The form works as it should when I run it's script individually, but not through another page using include().
Any suggestions or help would be great appreciated. Thanks in advance,
Vladimir
Comment