Re: [PHP] Check if an url is a jpg image

2005-10-12 Thread Richard Davey
Hi Tommy, Wednesday, October 12, 2005, 10:48:55 AM, you wrote: > Is it possible to check if an url is a jpg image from php? #1 Quick and unreliable: Check if there is a .jpg or .jpeg as the final characters of the URL string. #2 Bit more complex, very expensive: fopen() the URL, download the co

[PHP] Check if an url is a jpg image

2005-10-12 Thread Tommy Jensehaugen
Hi, Is it possible to check if an url is a jpg image from php? Thank you for your help. Cheers, Tommy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php