$imageFile='test.jpg'; $imgA = imagecreatefromjpeg($imageFile); $width=imagesx($imgA); $height=imagesy($imgA); imagedestroy($imgA);
$imageFile='test.jpg'; $imgA = imagecreatefromjpeg($imageFile); $width=imagesx($imgA); $height=imagesy($imgA); imagedestroy($imgA);