Click to See Complete Forum and Search --> : ask about image function in php


snoopy0877
10-09-2003, 11:29 PM
Why's my PHP can not use "ImageCreateFromJPEG" & "ImageCreate" function?

Browse notice can not used function not defined.

Do I must add any module for that function?

(I use PHP with IIS4)

eomer
10-10-2003, 07:18 AM
Ok first I want to state that I have never really used the image functions (yet...we'll see what time holds for that).
But I was scanning over the php manual, and this may or may not help. However it's at least a shot.
One of the big things with functions like this are the libraries installed behind it. Check out php man (http://www.php.net/manual/en/ref.image.php). This is the main page of the image functions. Make sure that these libraries are installed. You MAY have to recompile it after that, but I really don't know.

Hope that at least helps....sorry if it doesn't:rolleyes: .