[insert_php] include 'text.php'; include 'picfile.php'; $image = imagecreatefromjpeg('templates/2o22.jpg'); imagealphablending($image, false); imagesavealpha($image, true); $color = imagecolorallocate($image, 0,0,0); // Create color imagealphablending($image, true); imagettftext($image, 33,0, 95, 265, $color , $font6, $tx1); imagettftext($image, 33,7, 273, 265, $color , $font6, $tx2); imagepng($image, $temp_folder.$fn.'.jpg'); imagedestroy($image); echo ' '; include '2name.php'; include 'vip.php'; [/insert_php]