Hi, Im new to PHP and this is my first post here.
I am trying to use the function imagecreatefromjpeg in the php-gd2 library.
I am running PHP 4.3.1 under Windows 2000 and I have changed my ini file to add the directory for this library and uncomment out the function.
I get function undefined when I try to use it.
Is there something else I need to do so this dll dynamically links and I can access its functions?
I have read up on this as much as I can. Just stuck.
Apologies if this is something stupid.