bogdaniel Posted April 7, 2010 Share Posted April 7, 2010 hello guys.. i have a strange question... when you work on a website that has a huge menu(per country for example like a travel agency website) and needs to have the option to add delete items from the menu and submenu how do you store it ? xml .. mysql? any sugestions tips..hints..? Thank you very much for you help. Quote Link to comment https://forums.phpfreaks.com/topic/197853-website-navigations/ Share on other sites More sharing options...
Philip Posted April 7, 2010 Share Posted April 7, 2010 You could do either mysql/xml - but depending on the amount of traffic I'd cache it so you're not parsing the XML/querying the DB every time for a large dataset. I'd probably go with XML - just a personal opinion. Quote Link to comment https://forums.phpfreaks.com/topic/197853-website-navigations/#findComment-1038421 Share on other sites More sharing options...
bogdaniel Posted April 7, 2010 Author Share Posted April 7, 2010 on the xml part i didn't had to much luck on building a menu(i`m new to xml) prob i`ll go for a mysql :-) Quote Link to comment https://forums.phpfreaks.com/topic/197853-website-navigations/#findComment-1038431 Share on other sites More sharing options...
PhpScripts Posted April 8, 2010 Share Posted April 8, 2010 mysql would most likely be your best bet at least in my opinion on the matter. XML wouldn't work best for what I believe your trying to do. Quote Link to comment https://forums.phpfreaks.com/topic/197853-website-navigations/#findComment-1039167 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.