Hi Guys!
Im new to PHP and I hope u can help me in this case:
I have a HTML PAGE with TEXTAREA, DROP-DOWN-LIST and SUBMIT BUTTON.
What I would like to know is the PHP CODE that submits USERS INPUT and SAVEs it in the proper FIELD in MYSQL.
For Example:
User typed "TEXT" in the TEXTAREA and CATEGORIZED it with the DROP-DOWN-LIST OPTION
called "OPTION1". After he hit the SUBMIT Button, I would like that his "TEXT" is saved in the
MYSQL under FIELD "OPTION1".
Whats the PHP Code for that?
Thank you in advance Guys
Seba