How to create breadcrumbs?
Posted: Wed Oct 19, 2005 1:13 pm
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:
Help is appreciated.
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?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
Help is appreciated.