Php > Graphics
Number Verification, used to prevent form auto-completes
Number Verification, used to prevent form auto-completes First code, the one that generates the code and checks it. Save as "numverify.php". --- "; echo "
Please type the code you see above. (CASE-SENSITIVE)
"; } else { if ($num_ent == $random) { // Af they get it right ... echo "Correct!"; } else {// And if they get it wrong ... echo "Incorrect. Go back and refresh the page for a new code."; } } ?> --- Second code, the one that generates image. Save as "pic.php". ---
Php Codes
Algorithms
Arrays
Authentication
Calendar
Code Snippets
Programs
Content Manage
Contest Related
Cookies
Credit Cards
DBase Related
Databases
Date Time
Directories
E-Mail
Errors
File
File System
Forms
Handling
Graphics
HTML and PHP
Informix
Ingres
InterBase
LDAP
Look and Feel
Miscellaneous
MySQL
Other
PHP Classes
Searching
Navigation
Statistics
Strings
User Manage