Hi folks
Looking for some php code which will prevent automated submission of registrations by the following strategy
the client reaches the final page from which they can complete their registration
however before doing so they have first to look at a graphic on the page which shows a distorted image of numbers/letters which the user has to replicate in a text box and which is sent to the server along with the form submission to complete the registration
if the server can confirm that the extra form submission indeed matches what is on the server for this particular registration session, registrastion can then be completed
does anyone know of any code that has already been written to implement this strategy of preventing automatic submission to the server by the need for manual user input
if you can point me in the right direction i would be very much appreciated
many thanks
paul