PHP Get the width and height of an image using a function in PHP October 5, 2011 Pramod T P Leave a comment list($width,$height)=getimagesize($_FILES[‘business_logo’][‘tmp_name’]);