<div dir="ltr"><br><div class="gmail_quote">2011/2/2 Amichai Rotman <span dir="ltr">&lt;<a href="mailto:amichai@iglu.org.il">amichai@iglu.org.il</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div dir="ltr">Hi,<div><br></div><div>I am looking for a script to be used at a web site that will accept certain details as input (say: Name, Phone, etc.) and then convert it to a jpeg image file that will include a template (say: A diploma graphic) and the text entered incorporated...</div>



<div><br></div><div>I hope I was clear enough....</div><div><br></div><div>Thanks,</div><div><br></div><font color="#888888"><div>Amichai.</div></font></div>
<br></blockquote><div><br>You could write a simple HTML form with an action pointing to a PHP file, and use very basic PHP image writing functions, e.g. <a href="http://php.net/imagettftext">http://php.net/imagettftext</a> to put data from $_GET into your image...<br>

</div></div><br>-- Shimi<br></div>