ActionScript - combobox data send to mysql

Hi All, I am using a combobox component for my project in AS3. I want a user to select a value from a combobox list. Then, the values the user has selected to be loaded into a mysql database when the button has been submitted.

I know how to add items to a combobox and how to query a database in php. But, I’m unsure how to insert data from a combobox to store in a mysql database? :confused:

Would I be required to assign the combobox variable to the urlvariable and then to urlrequest’s data property?.Or, is there other alternatives?

I have just started learning Actionscript so any advice would be great!:slight_smile: