|
Create a bunch of images with funny text in them, and then create a database table linking the URL to the images with the values in them. Then pick a row from the table at random, use a server-side control or response.write statement to show the image, and a text-box for the user to type the solution into. On the submit event, check whether the value the user typed matches the value in your table, and if not, don't let the comment post.
|