Hello,
How can I take a string like this:
gallery/folder/subfolder/subsubfolder/
and turn it into this?
gallery/folder/subfolder/
?
(e.g. getting rid of the last folder in the list: the equivalent of <a href="../"> in HTML.
Please help me! My PHP version is still 4.4.2, so I can't use some functions, and I need some way to do this!
Thanks in advance
lupus6x9