Search found 2 matches

by megajuz3003
Wed Jun 18, 2008 2:38 am
Forum: Databases
Topic: Drop Down Menu HELP
Replies: 2
Views: 400

Re: Drop Down Menu HELP

[quote="arborint"]To create the Region menu do: SELECT * FROM Region To get the value passed by the form do: $region = intval($_POST['region'];    // assuming the form field has name="region" To create the Hotel menu do: SELECT * FROM Hotel WHERE RegionID=$regio...
by megajuz3003
Wed Jun 18, 2008 12:42 am
Forum: Databases
Topic: Drop Down Menu HELP
Replies: 2
Views: 400

Drop Down Menu HELP

Hey guys, new to this forum and not the best with php or mysql however i am having problems with a site that i have been employed to fix and i need some help :banghead: i need to have dynamic drop down menus which in themselves are easy however my delima is that i have two menus and the second one n...