How to create a menu to keep the page traversed path

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
mlkushan
Forum Newbie
Posts: 1
Joined: Thu Sep 17, 2009 5:05 am

How to create a menu to keep the page traversed path

Post by mlkushan »

Hi all,

I need to create page traversing menu as denoted in the below example. This example is from this website.

Ex: Board index » Programming » PHP - Cod
Ex: Home >> Brands >> Models >> Part Name

Is it possible to create a this sort of menu using HTML code itself? Or else is it needed to write a php script to remember the URL of the previously traversed pages.

Any guidance on my matters is highly appreciated.

Thank you all
Sharma
Post Reply