You know, those images that bots can't read and users have to type into a field. Does anyone know where I can get one for a site scripted with PHP?
| SitePoint Sponsor |


You know, those images that bots can't read and users have to type into a field. Does anyone know where I can get one for a site scripted with PHP?
I don' t know where you can get one, but the way of making one is generate a random string of text, store it in a session or db and using the PHP function imagepstext or imagestring to add the string to an image. I haven't done it yet, but I think that's the way it works.





Bokehman has just posted a great example of this, look here
Perhaps if you asked him nicely![]()
A Little Knowledge Is A Very Dangerous Thing.......
That Makes Me A Lethal Weapon !!!!!!!!
Contract PHP Programming





If you grok OO code, you will always find stuff at www.phpclasses.org, you have to register, and the quality differs wildly, but you can see what other people are donating in the way of capchas.Originally Posted by s|k
If not try www.phpguru.org - theres a nice text to numbers script he uses, U don't need the server to make images.
TextualNumber
Bookmarks