Re: [PHP] security code

2005-11-09 Thread lonewolf
- Original Message - From: Clive [EMAIL PROTECTED] Date: Wednesday, November 9, 2005 0:53 am Subject: [PHP] security code Hi does any one have a class/function to generate those security code images. Yhe ones that you see on website that you must enter to submit a form thanks clive

[PHP] security code

2005-11-08 Thread Clive
Hi does any one have a class/function to generate those security code images. Yhe ones that you see on website that you must enter to submit a form thanks clive -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] security code

2005-11-08 Thread Chris
Try searching for CAPTCHA, that's what it's called. You should be able to find several PHP implementations, most likely requiring the GD library. Chris Clive wrote: Hi does any one have a class/function to generate those security code images. Yhe ones that you see on website that you must

[PHP] Security Code w/o Image PHP

2004-08-07 Thread Eugene Voznesensky
How to generate and check security code in PHP w/o images (gd)? Thank you.