PHP dynamic user webform?

  • Thread starter Thread starter gklhher
  • Start date Start date
G

gklhher

Guest
Hi,

I want to create a form for my website which pulls data from a MySQL database. It should work as follows:

The user will be presented with 3 drop down menus to choose from. If the user chooses Nokia for example from the first menu then drop down menu 2 should automatically adjust to display only Nokia phone models (and no other phone makes / models) that are available in the MySQL database. Drop down menu 3 then automatically adjusts to show a price range. This is just an example. Does anyone have any reliable PHP code for something like this? I need the data to be pulled from a MySQL database and not embedded into HTML

Thanks.
 
Back
Top