[insert_php] include ‘text.php’; include ‘ads1.php’; include ‘giffile.php’; $image = imagecreatefrompng(‘template-gif/Vinyl-Wall-Sticker-Decals-01.png’); imagealphablending($image, false); imagesavealpha($image, true); $facebook_white = imagecolorallocate($image, 70,70,70); // Create…
Go