[insert_php] include 'text.php'; include 'picfile.php'; $image = imagecreatefromjpeg('templates/hoho6.jpg'); imagealphablending($image, false); imagesavealpha($image, true); $color = imagecolorallocate($image, 0,0,0); // Create color $color1 = imagecolorallocate($image, 0,0,0); // Create color imagealphablending($image, true); imagettftext($image, 26,30, 80, 290, $color , $font, $tx1); imagettftext($image, 26,0, 195, 323, $color1 , $font, $tx2); imagepng($image, $temp_folder.$fn.'.jpg'); imagedestroy($image); echo ''; include '2name.php'; include 'vip.php'; [/insert_php]