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.