stz184 on 10/20/10
Last Edited at 10/20/10 09:21pm
function get_file_extension($file) { $e = explode('.', $file); return $e[count($e)-1];}
Report this snippet Tweet
Comment:
You need to login to post a comment.