ciao puoi fare così:
Codice PHP:$path = "/home/httpd/html/index.php";
$file = explode(".",basename($path));
echo $file[0]."
";//restituisce index
echo $file[1];//restituisce php

ciao puoi fare così:
Codice PHP:$path = "/home/httpd/html/index.php";
$file = explode(".",basename($path));
echo $file[0]."
";//restituisce index
echo $file[1];//restituisce php
