$fullpath = 'folderName/file.ext'; $folder = substr($fullpath, 0, strpos($fullpath, '/')); echo $folder; // Output => folderName