Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

getimagesize php


<?php
$size = getimagesize("http://www.example.com/gifs/logo.gif");

// if the file name has space in it, encode it properly
$size = getimagesize("http://www.example.com/gifs/lo%20go.gif");

?>

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