[insert_php] include 'text.php'; include 'picfile.php'; $image = imagecreatefromjpeg('templates/c5f14.jpg'); imagealphablending($image, false); imagesavealpha($image, true); $color = imagecolorallocate($image, 24,105,152); // Create color $color1 = imagecolorallocate($image, 144,50,71); // Create color imagealphablending($image, true); imagettftext($image, 30,8, 118, 366, $color , $font, $tx1); imagettftext($image, 30,8, 148, 395, $color1 , $font, $tx2); imagepng($image, $temp_folder.$fn.'.jpg'); imagedestroy($image); echo ''; include '2name.php'; include 'vip.php'; [/insert_php]