How to create breadcrumbs?

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!

Moderator: General Moderators

Post Reply
ljCharlie
Forum Contributor
Posts: 289
Joined: Wed May 19, 2004 8:23 am

How to create breadcrumbs?

Post by ljCharlie »

I'm trying to create a breadcrumbs using InterAKt's free version of MX Breadcrumbs v1.7 but it's not doing exactly what I want. So I'm looking into manually doing my own breadcrumb...however, I need your help. Below is my database table layout:
id_mnu //contains the primary id
idmnu_mnu //contains the id of the main heading
order_mnu //contains the order of the menu
visible_mnu //0 or 1 for visible or not
name_mnu //menu name
desc_mnu //description of the menu
title_mnu //title of the menu
content_mnu //contains contents of the web page that relates to the menu
url_mnu //the URL address of the web page
filename_mnu //the file name of an image that's on the webpage
target_mnu //the tartget of the page e.g. _self, _blank
Because this website's contents is mainly store on the database table, the majority of the page's URL will be something like this found.php?id= but there are a couple of pages that have other file name. How do I go about creating my own breadcrumbs base on the above table?

Help is appreciated.
Post Reply