If you want breadcrumbs to be automatically generated (I'm guessing you do), this makes the assumption that whatever system you are using to manage the site organizes it into a logical structure that you can leverage to create links based on dynamically. As different application have such vastly different architecture, I cannot really give any suggestions as to how you may be able to do it without looking at your specific situation.
Anyone done a PHP Breadcrumbs nav you can point me too >>
So in need of a good PHP breadcrumbs script that auto populates the url structure or the titles.
If you want breadcrumbs to be automatically generated (I'm guessing you do), this makes the assumption that whatever system you are using to manage the site organizes it into a logical structure that you can leverage to create links based on dynamically. As different application have such vastly different architecture, I cannot really give any suggestions as to how you may be able to do it without looking at your specific situation.
Hey. The site is hand coded. The structure is...
root/code/css/filename.php
With many different folders. Folder name >> folder name >> filename.php is what I'm after.
I'm finding some php scripts - haven't narrowed one down yet. Just seeing if anyone here has done this before and save me some time.