php get file extension

echo pathinfo($_FILES['BM_BACKGROUND_IMAGE']['name'], PATHINFO_EXTENSION);

 

Author: bm on January 10, 2014
Category: php