The output of this PHP produced the image in the link above, I'm looking to merge this output with $icon below:
Code:
<?php $bg = $_REQUEST['bg'] ; $my_img = imagecreatefromjpeg( $bg); $text_colour = imagecolorallocate( $my_img, 255, 255, 255 ); $input_text
Leave a comment: