Code Library
Home Submit Free Hosting Link To Us Contacts

PHP Get extension with explode

PHP Get extension with explode PHP PHP Get extension with explode Download (.zip)



<?
$file = "test.txt";
$part = explode(".",$file);
$ext = $part[count($part)-1];
?>






Tatet