Posts Tagged ‘breadcrumbs’
Posted on June 19, 2002 - by snipe
PHP/mySQL Breadcrumb Trail
This lets you automatically create a breadcrumb trail navigation through PHP and mySQL, that would look something like:
Home >> Parrots >> Red Parrots
This type of dynamic breadcrumb trail is only possible when you are storing the menu items (or categories) in a table, that contains at least a name, a category id number and a parent category id number. (more…)

