I'm trying to build an interactive form that dynamically pulls prices from a mySQL table based on a users selection from a number of text & dropdown menus. The idea is that the user does not have to submit the form (and continue to the purchase process) until the user has tried a number of variables and recieved a number of possible prices.

So the way I see it is that the user changes a dropdown, which triggers some PHP code to...