On Fri, 13 Aug 2004 15:18:20 +0800
[EMAIL PROTECTED] (Jason Wong) wrote:

> On Thursday 12 August 2004 21:05, Me2resh wrote:
> > i have a class that generates thumbnails without making actual file on the
> > server
> > it works good on my local server
> > but on my web hosting it gives me  "
> > Fatal error: Call to undefined function: exif_imagetype() in
Need to compile PHP with --enable-exif, althou getimagesize() maight be better 
alternetive

> > /home/me2resh/public_html/furniture/class_THUMB.php on line 58
> > "
> > how can i pass this step and make the script works without using this
> > undefines function
> 
> Don't use that function? If you want the script to work more or less the same 
> then replace that function with getimagesize().
> 
> > here is the class :
> 
> [load of rubbish snipped]
> 
> -- 
> Jason Wong -> Gremlins Associates -> www.gremlins.biz
> Open Source Software Systems Integrators
> * Web Design & Hosting * Internet & Intranet Applications Development *
> ------------------------------------------
> Search the list archives before you post
> http://marc.theaimsgroup.com/?l=php-general
> ------------------------------------------
> /*
> FORTUNE PROVIDES QUESTIONS FOR THE GREAT ANSWERS: #4
> A:    Go west, young man, go west!
> Q:    What do wabbits do when they get tiwed of wunning awound?
> */

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

Reply via email to