hi all i now this might look easy to ppl but not me i got this error can some
this is whats on line 467
i will begreat full if some one can help me out
Code:
Fatal error: Call to undefined function imagecreatefromgif() in /home/**********/public_html/*********/male/index.php on line 467
Code:
if($file_type == "image/pjpeg" || $file_type == "image/jpeg") {$new_img = imagecreatefromjpeg($file_tmp);} elseif($file_type == "image/x-png" || $file_type == "image/png") {$new_img = imagecreatefrompng($file_tmp);} elseif($file_type == "image/gif") {$new_img = imagecreatefromgif($file_tmp);}
Comment