Forum Moderators: coopster
Chris
The image itself is then generated on the fly by using PHP's image creation functions
The page & image is sent to the user and when the form is submitted, the server checks the value entered with the value it stored previosly.
Generating the random characters and storing them is pretty simple but if you've not used it before you'll need to spend some time becoming familiar with PHPs image routines. You'll ideally need a book on it to get started & the best explaination so far I've seen is Chapter 16 of Beginning PHP 4, Wrox. or Programming PHP, O'Reilly.