OK, I wrote a script that adds a few fields from the form that is submitted to the MySQL database, but I do not think the script falls within "good programming form".
Let's say I have the following:
<FORM never ming the rest>
<INPUT TYPE=TEXT NAME="name">
<INPUT TYPE=TEXT NAME="age">
<INPUT TYPE=TEXT NAME="occupation">
</FORM>
What is the best way to add this information to the database?