[PHP] determine the size of picture ?

2001-09-30 Thread Teqila MAN

How to find out what is the size of the picture in pixels ?

TM


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] determine the size of picture ?

2001-09-30 Thread Rasmus Lerdorf

getimagesize()

On Sun, 30 Sep 2001, Teqila MAN wrote:

 How to find out what is the size of the picture in pixels ?

 TM





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]