Hey all!
Alright.
Here’s what’s going on.
I’ve got the index.swf. And Im loading contact.swf into it which contains a form. This form has Name, Address, Email, blah blah and 3 Combo Boxes as drop-down menus for a Birthday. Day, Month, and Year.
So…
I need all of this form information to be sent into a MySQL database which I’ve created. So I’m using a php script to do this. And this is where the problem lies. Everything gets pulled nice and neatly into the MySQL database except for the information in the combo boxes. It won’t put those values into MySQL at all. I’m stuck and can’t seem to figure this out.
If anyone possibly has a solution to this. PLEASE reply. I’m in dire need of a fix here.
Thank you!