PDA

View Full Version : crumb links



ducktape
February 8th, 2003, 03:12
anyone know how to do the crumb links in php???

like

Home > Profiles > Members > Member 1

So that each levelis clickable back to the respective loaction

kabatak
February 8th, 2003, 13:29
hmm.. maybe you can make a $var that has a value of the previous page <a href="index.php?from=$var">back</a> something like that.