Using PHP String functions
Posted: Sat Feb 28, 2009 4:30 pm
I need some help combining PHP string manipulation functions in order to take a path:
./Test/Path/123/456/
and taking away the last folder part so it looks like this:
./Test/Path/123/
Maybe its just that I'm tired and have been working on this the whole day but nothing will work.
All I managed to do was turn the path into .TestPath123 which won't work at all for what I need.
./Test/Path/123/456/
and taking away the last folder part so it looks like this:
./Test/Path/123/
Maybe its just that I'm tired and have been working on this the whole day but nothing will work.
All I managed to do was turn the path into .TestPath123 which won't work at all for what I need.