Archive for February, 2010

PHP Array to breadcrumb UL list

Breadcrumb is navigation aid used in user interfaces. It gives users a way to keep track of their locations within programs or documents.
A good breadcrumb navigation should be build with UL dan LI tag this is good for SEO tweak.
Below is the implementation in PHP scripting language, i made as a function so you [...]