[PHP] Ticketmaster.com and Word Images

2003-07-31 Thread John Manko
Does anyone know how sites like Ticketmaster.com creates the Word Image used for ticket purchase verification? Do they generate the image on-the-fly from a dictionary, or do the images pre-exist and they are pulled from a DB along with the word. John -- PHP General Mailing List

RE: [PHP] Ticketmaster.com and Word Images

2003-07-31 Thread Jay Blanchard
[snip] Does anyone know how sites like Ticketmaster.com creates the Word Image used for ticket purchase verification? Do they generate the image on-the-fly from a dictionary, or do the images pre-exist and they are pulled from a DB along with the word. [/snip] The word can be pulled from the DB

Re: [PHP] Ticketmaster.com and Word Images

2003-07-31 Thread Aaron Gould
http://www.zend.com/zend/tut/tutorial-mehmet1.php -- Aaron Gould [EMAIL PROTECTED] Web Developer Parts Canada - Original Message - From: John Manko [EMAIL PROTECTED] To: PHP General [EMAIL PROTECTED] Sent: Thursday, July 31, 2003 10:16 AM Subject: [PHP] Ticketmaster.com and Word Images

Re: [PHP] Ticketmaster.com and Word Images

2003-07-31 Thread Chris Shiflett
--- John Manko [EMAIL PROTECTED] wrote: Does anyone know how sites like Ticketmaster.com creates the Word Image used for ticket purchase verification? There are different ways for doing this. The simplest is to generate the image yourself, and you can use a pseudo-caching method to pull them