rkstevens Posted April 15, 2008 Share Posted April 15, 2008 I need to create a horizontal navigation bar, but I am not sure of the best method to do this easily. Naturally, the top level is 'home'. The first level will be specified by a uniform variable passed by $_GET. (i.e. index.php?act=dothis). The second level will be based on what the first level, so the key passed may be different. For example, since this is for a music site, index.php?act=lyrics&song=mysong would be a song lyric page, and navigate Home > Lyrics > Song Name index.php?act=concert&show=showdate would give concert information Home > Concert > Concert Does anyone know of any guides that could help me with this? Thanks. Link to comment https://forums.phpfreaks.com/topic/101141-solved-horizontal-navigation-bar/ Share on other sites More sharing options...
soycharliente Posted April 15, 2008 Share Posted April 15, 2008 Google for "php breadcrumb menu". I think that is what you're talking about. Link to comment https://forums.phpfreaks.com/topic/101141-solved-horizontal-navigation-bar/#findComment-517273 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.