littlevisuals Posted July 14, 2009 Share Posted July 14, 2009 Hi phpfreaks Just a quick question (I hope!) I need to create a dynamic drop down menu. E.g. One particular menu 'catorgories' where it drops down a list of these types from a database and in the backend. But then generate a link for that created catorgory? Is this easy to do? :-\ Quote Link to comment https://forums.phpfreaks.com/topic/165960-solved-dynamic-menu/ Share on other sites More sharing options...
.josh Posted July 14, 2009 Share Posted July 14, 2009 Run the query. Echo a opening select tag. Loop through the results, wrapping option tags around them. After loop, echo closing select tag. Quote Link to comment https://forums.phpfreaks.com/topic/165960-solved-dynamic-menu/#findComment-875298 Share on other sites More sharing options...
littlevisuals Posted July 14, 2009 Author Share Posted July 14, 2009 cheers crayon violent Quote Link to comment https://forums.phpfreaks.com/topic/165960-solved-dynamic-menu/#findComment-875306 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.