gbot on 03/09/08
Last Edited at 03/09/08 09:32am
function get_file_ext($file_name){ return substr(strrchr($file_name,'.'),1);}
Report this snippet Tweet
Comment:
You need to login to post a comment.