HI, I am trying to work in image functions in php, but i got the error Fatal error: Call to undefined function imagecreatefromjpeg() . Pls help me solving this.
Thanks in advance... Seshu
First; have you read what the manual says about installing the[man]image[/man] extension on whatever system it is that you use?
Do you have the gd library installed on your server? Here is a link to it GD Library also you can do another check to see what version you currently have with the following script
<?php var_dump(gd_info()); ?>