Posted by jeffsnox on 11/20/08 11:50
Hi,
I'm struggling to get imagecreatefromjpeg to work correctly.
I'm running PHP 4.3.9 with GD bundled (2.0.28 compatible).
If I run this:
$myimage = imagecreatefromjpeg("myfilename");
I get this error message:
Fatal error: Call to undefined function: imagecreatefromjpeg() in....
If I run this:
$myimage = @imagecreatefromjpeg("myfilename");
My program crashes out.
Any ideas?
Thanks,
Navigation:
[Reply to this message]
|