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? :-\ 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. 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 Link to comment https://forums.phpfreaks.com/topic/165960-solved-dynamic-menu/#findComment-875306 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.