PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Is there a script to allow my site to use a 'breadcrumb-style' navigation?
example:
home > articles > article 101
Besides locating an actual script/function,I was wondering if it was possible to:
1. Specify the text in the breadcrumb? Rather than pulling filenames or page titles.
2. Have a real url? Not just ../
3. Include it in the header.inc or do I have to call it from each page?