[insert_php] include ‘text.php’; echo ‘‘; include ‘picfile.php’; $image = imagecreatefromjpeg(‘templates/love-h-07.jpg’); imagealphablending($image, false); imagesavealpha($image, true); $color = imagecolorallocate($image,255,255,255); // Create color…
Go