Hi All, I am sure this is pretty simple to resolve. I am using a combobox component for a project. I want a user to select a choice from a drop down list then load the values into a mysql database.
I know how to add items to a combobox and how to query a database in php.
But, I am unsure how to insert data from a combobox to store in a database? Would I have to assign the combobox to the urlvariables and then assign it to the urlrequest data property? Or, am I approaching this the wrong way?
Thanks guys