I'm building a website using PHP & MySQL. Website will have a top level menu, with the possibility of 2 submenu's. I'd like the top of the page to have breadcrumbs showing where you are, for example something like:
Websites >> Dynamic >> PHP
In the past, I've created a database filed that was breadcrumbs and they were just manually added. This can lead to the breadcrumbs being incorrect, so I'm hoping for more of a "foolproof" method of creating the breadcrumbs. I'm not against my entire menu system being database driven, though I have to admit, I'm not sure how one would design that database structure.
I'm still in the database design stage of the site, and I'm hoping some one could point me in a good direction for getting the breadcrumbs to be more "foolproof" and if that involves having the entire menu system database driven, all the better.
Thanks in advance for the advice!
Websites >> Dynamic >> PHP
In the past, I've created a database filed that was breadcrumbs and they were just manually added. This can lead to the breadcrumbs being incorrect, so I'm hoping for more of a "foolproof" method of creating the breadcrumbs. I'm not against my entire menu system being database driven, though I have to admit, I'm not sure how one would design that database structure.
I'm still in the database design stage of the site, and I'm hoping some one could point me in a good direction for getting the breadcrumbs to be more "foolproof" and if that involves having the entire menu system database driven, all the better.
Thanks in advance for the advice!