CODE
LIBARY.COM
Home
/
PHP
PHP Get extension with explode
Get extension with explode
<? $file = "test.txt"; $part = explode(".",$file); $ext = $part[count($part)-1]; ?>
$file = "test.txt"; $part = explode(".",$file); $ext = $part[count($part)-1]; ?>
Copy to Clipboard
Related Snippets
PHP Remove non-alphanumeric characters
PHP Duff's device
PHP Upper letter in a new sentence
PHP Configuration
PHP Set Featured Image in WordPress using PHP
PHP Get week range
PHP Timezone Conversion Tool
PHP strtolower() and strtoupper() alternatives
PHP Getting query
PHP Text to Image using while