There are several ways determine a file extension using PHP. First is using the combination of strrpos() and substr() function like this :
read more…