RE: My own "captcha" from 2 years ago......

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, March 25, 2007 9:02 pm, Jake McHenry wrote:
> In image.php is this:
>
> <?php
> session_start();
>
> ..........captcha code......
> $_SESSION['code'] = rand(blahblahblah) to get the random code

Arooo?

Don't randomize the code you're going to put on the image here.

Make up a secret/random/obvious 'code' at the very beginning of the
process and DON'T CHANGE IT.


-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux