<?php

$path = "this/is/the/path/file.txt";

$parts = explode("/", $path);

echo "<pre>";
print_r($parts);
echo "</pre>";