RE: [PHP-INST] Image functions

2002-09-23 Thread Brian . Duke
To: [EMAIL PROTECTED] Subject: [PHP-INST] Image functions Hello, I have the following code: $return_val = ( ($img = ImageCreateFromJPEG ( $image_file_path )) && $return_val == 1 ) ? "1" : "0"; but I become the following error message: Fatal error: Call to undefined fun

[PHP-INST] Image functions

2002-09-23 Thread Michael F.
Hello, I have the following code: $return_val = ( ($img = ImageCreateFromJPEG ( $image_file_path )) && $return_val == 1 ) ? "1" : "0"; but I become the following error message: Fatal error: Call to undefined function: imagecreatefromjpeg() in C:\Program Files\Apache Group\Apache2\htdocs\res