php remove last part of path

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-03-12T02:51:08Z Indexed on 2010/03/12 2:57 UTC
Read the original article Hit count: 260

Filed under:

I have a path like this:

parent/child/reply

How do I use php to remove the last part of the path, so that it looks like this:

parent/child

Thanks!

© Stack Overflow or respective owner

Related posts about php