So, I have this script I'm working on for a client. It uses a lot of forms, and in one of the forms I'm submitting information to a customer database. Now, I am using select boxes like so:
The dilema is: How does one read the value of the select boxes(pre-written) and then submit that to the database without it being messy. For instance: If I selected "cell phone" the database would need to understand that and write that....
I'm thinking there's some kind of conditional here, but I don't want the table to be enormous sooo
The dilema is: How does one read the value of the select boxes(pre-written) and then submit that to the database without it being messy. For instance: If I selected "cell phone" the database would need to understand that and write that....
I'm thinking there's some kind of conditional here, but I don't want the table to be enormous sooo







