write on photo
write name on hand on hand love romantic photo add your love name on photo

[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
imagealphablending($image, true);
imagettftext($image, 22,0, 196, 91, $color , $font2, $tx1);
imagepng($image, $temp_folder.$fn.’.jpg’);
imagedestroy($image);
echo ‘
echo ‘

include ‘1name.php’;
include ‘vip.php’;
[/insert_php]