Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 87113
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T22:21:07+00:00 2026-05-10T22:21:07+00:00

I have a full path which I would like to remove certain levels of

  • 0

I have a full path which I would like to remove certain levels of it. So for instance,

/home/john/smith/web/test/testing/nothing/ 

I would like to get rid of 4 levels, so I get

/test/testing/nothing/ 

What would be a good of doing this?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T22:21:08+00:00Added an answer on May 10, 2026 at 10:21 pm

    A simple solution is to slice the path up into parts, and then manipulate the array before sticking it back together again:

    join('/', array_slice(explode('/', $path), 5)); 

    Of course, if you wanted to remove that specific path, you could also use a regular expression:

    preg_replace('~^/home/john/smith/web/~', '', $path); 

    One word of advice though. If your application is juggling around with paths a lot, it may be a good idea to create a class to represent paths, so as to encapsulate the logic, rather than have a lot of string manipulations all over the place. This is especially a good idea, if you mix absolute and relative paths.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a full path to an image, which I am using jQuery to
I have a full MS SQL Backup file that I would like to extract
I have a DirSet which I would like to convert to a comma-delimited list
In my live site I have php include() and require() that have full path
Suppose you have a full path to an accessible file or folder on the
I have Perl script and need to determine the full path and filename of
I have two resize functions that I would like to perform one after the
I have a URL that is like the following: http://www.example.com/client/project/subdirectory/value/ I would like like
I would like to capture email addresses with this form: I have decided to
...with right path. For example. I have script called foo.js. I'd like to insert

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.