Drop Down Menu HELP
Posted: Wed Jun 18, 2008 12:42 am
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
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 needs a filter from the first menu
Menu One lists all the Regions from a table called Region
Menu two should list Hotels from the region that was selected in Menu One
the database layout is
Region Table:
RegionID
CountryID
Region
Hotel Table
SiteID
Site Name
Region ID
Country ID
any help would be appreciated or even base code layout
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 needs a filter from the first menu
Menu One lists all the Regions from a table called Region
Menu two should list Hotels from the region that was selected in Menu One
the database layout is
Region Table:
RegionID
CountryID
Region
Hotel Table
SiteID
Site Name
Region ID
Country ID
any help would be appreciated or even base code layout