Hi!
I'm making website using php/mysql, however I am having problem with the breadcrumb navigation(EX: Home >section 1>section2...ect), I am not sure what would be the best way to make it considering my site structure.
so here's some info about my site structure:
I have a few section on my site: music, band, articles ect..all of these sections have subsection (EX: Music > Lyrics) and all of the subsections have their own subsections (EX:Music > Lyrics > With or Withour You).
EX (music section):
somesite.com/music/index.php (music section index page, this page is not in connection with database, just a simple php + text).
somesite.com/music/lyrics/index.php(subsection of music page that grabs song titles from database and returns list of songs in alphabetical order).
somesite.com/music/lyrics/song.php?id=210(this is a subsection of lyrics it's a dynamic page, which grabs song lyrics from DB..).
So can you suggest me what would be a best solution for me?
Any help would be appreciated!
Thanks