Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

getimagesize php


<?php
list($width, $height, $type, $attr) = getimagesize("img/flag.jpg");
echo "<img src="img/flag.jpg" $attr alt="getimagesize() example" />";
?>

Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #getimagesize #php
ADD COMMENT
Topic
Name
4+7 =