|
That darkcoast script is pointless. It is all done in javascript and if the answer is correct it returns a TRUE value to the browser's form submit function to cause the form data to be submitted to the action="..." URL.
Spam bot scripts don't even care about any of that, they just parse the action="..." URL out of the <form tag and submit data directly to that URL.
__________________
If you are learning PHP, developing PHP code, or debugging PHP code, do yourself a favor and check your web server log for errors and/or turn on full PHP error reporting in php.ini or in a .htaccess file to get PHP to help you.
|