I want to make a .inc file that contains all the feilds to MySqL Database. (Theres about 30 forms that needs to be submitted) instead of zoning out with fields for each form I want one file to be called to use as a submittion
i.e
<form action="process.inc" ...> would be the file.
Problems:
If you submit a file with lets say two files all the rest of the fields are submitted with a blank value
I know one way to provent this but it defeats the purpose of why I need the .inc file. I could just put hidden form fields and echo the value so when you submit it the value stays as is. Is there any other way of accomplishing this task if so please let me know
Thamks in advance