0 ) { $phrase = ''; $format = ''; $extension = ''; if( trim($_POST['content']) != "" && trim($_POST['format']) != "" ) { $phrase = trim($_POST['content']); $format = trim($_POST['format']); } // header("Content-Type: image/jpg"); $image = imageCreateTrueColor(400, 400); $purple = imagecolorallocate($image, 255, 0, 255); $white = imagecolorallocate($image, 255, 255, 255); imagefill($image, 0, 0, $purple); imagestring($image, 5, 20, 30, $phrase, $white); switch ($format) { case "png": imagepng($image, "uploads/picture.png"); $extension = "png"; break; case "jpg": imageJPEG($image, "uploads/picture.jpg"); $extension = "jpg"; break; case "gif": imagegif($image, "uploads/picture.gif"); $extension = "gif"; break; } imagedestroy($image); } // if( count($_POST) > 0 ) ?> Kyoko Hata - Lab 08 - COMP 3015 0 && trim($_POST['content']) != "" ) { echo ""; } ?>