Hi.
I would like to put something on my website (not shure that php is the best for that, if you have any sugestion..) that would create automaticly links to the differents parts of the url, like:
i'm on
http://www.domain.com/folder1/folder2/page.html
i would like something that shows: domain.com / folder1 / folder2 / page.html , with each time a link to the place (like domain.com -> domain.com: folder1: domain.com/folder1.. etc)
would it be possible in php to do something like that?
if yes, how can i do that? (i'm used to css/html, but i just begin with php...)
if there is something better to do that, what would it be?
thank you guys!
karo