<?php $path = "/var/log/apache/foo/bar"; // let's remove the last two folders from the path echo substr($path, 0, strrpos($path, '/', strrpos($path, '/') - strlen($path)));
You have javascript disabled. You will not be able to edit any code.