I'm veryvery new to PHP, so maybe I'm asking a question that may look very obvious........but nevertheless
I have a string which represents a directory structure like this:
fold1/fold2/fold3/fold4
This string is shown in a webpage
Is it possible to convert this string into seperate url's so that when I click on a specific part of the string it will take me to that directory.
In my example the links would lead to:
fold1: fold1
fold2: fold1/fold2
fold3: fold1/fold2/fold3
fold4: fold1/fold2/fold3/fold4
Regards,
Joris