CAPTCHA image protection without cookies and sessions
Usually Captcha scripts store actual text/numbers shown on protection
images in a session cookie and check user entered code by comparing it with session stored string.
This script does not use any session/cookies. Image is generated within one script
and checked against md5 hash of a random code.