php echo only a filename without extension


$file = checkoutthisfile.exe

echo str_replace(strstr($file, '.'), '', $file);
Author: michael schouman on October 13, 2011
Category: Code snippets

Leave a Reply

Last articles