Article / CodeIgniter / PHPphp- How to get image height and width December 28, 2016 Chandan SharmaComment on php- How to get image height and width# LIST IMAGE INFO list($width, $height, $type, $attr) = getimagesize($_FILES["img"]['tmp_name']); echo $width; // shows width echo $height; // shows height Share this:FacebookX