Hey guys. I'm working on an upload script, and now (for the first time) get this error:
Fatal error: Call to undefined function: imagecreatefromjpeg() in /home/ridgeswi/public_html/main/scripts/photos/upload.php on line 61
$tempname = $_FILES[$photoi]['tmp_name'];
// Line 61
$orig_image = imagecreatefromjpeg($tempname);
Any ideas what's going on? It worked last night perfectly fine.
~Brett