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