<?php $img = imagecreatefrompng('test.png'); $numero = $_POST['check']; $white = imagecolorallocate($img, 0, 255, 246); imagestring($img, 200, 180, 73, $numero, $white); header ("Content-type: image/png"); imagepng($img); ?> <img src="test.php">