We have a working combobox connected to a PHP file that creates an XML file for the choices to be selected. So how do we send the choice selected by the user to a different PHP file which will then query a database based on the selection. Then it must send the queried results back to a flash dynamic text box.
Example. The combo box will have several school subjects. The user selects math. We need to be able to send the choice to a PHP file that will query a database for “Math” questions. Then it will send the queried results back to a flash dynamic text box.
We have the combo box and the PHP file to query the database. All we need is how to send the choice from the combo box to that PHP file and how to send it back to the Flash.