<?php

$path = 'path/to/file.ext';
echo pathinfo($path, PATHINFO_FILENAME);