[PHP] getting image width,height

2003-10-01 Thread Fatih Olcer
how can i get the image width and height ?
thanks.
Fatih.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] getting image width,height

2003-10-01 Thread - Edwin -
Hi,

Fatih Olcer [EMAIL PROTECTED] wrote:

 how can i get the image width and height ?

  http://www.php.net/function.getimagesize ?

Or, is this a trick question? :)

- E -
__
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!
http://bb.yahoo.co.jp/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] getting image width,height

2003-10-01 Thread Eugene Lee
On Wed, Oct 01, 2003 at 11:02:47AM +0300, Fatih Olcer wrote:
: 
: how can i get the image width and height ?

1. imagesx() and imagesy().

2. please try checking the online manual first, in the appropriate section:

http://www.php.net/manual/en/ref.image.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php