Finally I got a script working that allows a user to enter data into the db via a form and submit button. Thing is, I have 2 fields in the db where the data is enum. At the moment the relevent line is :
However, there are 5 categories, and I would like a drop down list to let the user choose.
How do I do this ???
Cheers,
Pha3dr0n
PHP Code:
<input type=TEXT name="category" size=44MAXLENGTH=100>
How do I do this ???
Cheers,
Pha3dr0n
Comment