RE: [PHP] Getting image size from gif/jpeg

2001-02-05 Thread Boaz Yahav

http://www.weberdev.com/index.php3?GoTo=get_example.php3?count=918

Sincerely

  berber

Visit http://www.weberdev.com Today!!! 
To see where PHP might take you tomorrow.
 

-Original Message-
From: r a n d y [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 9:55 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Getting image size from gif/jpeg


Is it possible to get the size of an image in PHP4?

if so, does it require gif/jpeg support built in?

Thanks

==
r a n d y // sesser at mac dot com
http://randys.org

-- 
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]

-- 
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] Getting image size from gif/jpeg

2001-02-05 Thread r a n d y

weberdev.com isn't working...can you email me the text from 
that page?

Thanks
- randy

PS
remove the "-" from my email address

In article 
[EMAIL PROTECTED]
l, [EMAIL PROTECTED] (Boaz Yahav) wrote:

// http://www.weberdev.com/index.php3?GoTo=get_example.php3?coun
// t=918
// 
// Sincerely
// 
//   berber
// 
// Visit http://www.weberdev.com Today!!! 
// To see where PHP might take you tomorrow.
//  
// 
// -Original Message-
// From: r a n d y [mailto:[EMAIL PROTECTED]]
// Sent: Monday, February 05, 2001 9:55 PM
// To: [EMAIL PROTECTED]
// Subject: [PHP] Getting image size from gif/jpeg
// 
// 
// Is it possible to get the size of an image in PHP4?
// 
// if so, does it require gif/jpeg support built in?
// 
// Thanks
// 
// ==
// r a n d y // sesser at mac dot com
// http://randys.org
// 
// -- 
// 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]

==
r a n d y // sesser at mac dot com
http://randys.org

-- 
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] Getting image size from gif/jpeg

2001-02-05 Thread Brian V Bonini

getimagesize (string filename [, array imageinfo])

http://php.net/manual/en/function.getimagesize.php


 -Original Message-
 From: r a n d y [mailto:[EMAIL PROTECTED]]
 Sent: Monday, February 05, 2001 2:55 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP] Getting image size from gif/jpeg
 
 
 Is it possible to get the size of an image in PHP4?
 
 if so, does it require gif/jpeg support built in?
 
 Thanks
 
 ==
 r a n d y // sesser at mac dot com
 http://randys.org
 
 -- 
 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]
 
 

-- 
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]