Hi anybody knows how to create dynamic menu using php,mysql... Example suppose i have country,state city lists in mysql database i want country as main menu, state as submenu and city as submenu for state. When i mouse over on the country it should display according to the selected country and when i mouse on the state the corresponding cities should display and when i click on the city it should display the selected city details. I have mapped these details in mysql. I can put countries lists in left panel.. example structure. India->Tamilnadu->Chennai. This should display chennai details.. is it possible? Thanks for all the reply...
Problems using AJAX? U can also output ALL OF INFO in hidden blocks and display them if u need (using JavaScript DOM HTMLElement.style.display)