Quantcast
Channel: PHP Magic Book - Free PHP Scripts, Tutorials and Downloads » Spam Control
Browsing all 5 articles
Browse latest View live

Confirm Form Variables Post Before Script Execution

User fills up the form and hit submit button and all the variables go to the next page or at the same page to script and script then mails or does something with variables. But what if user did not...

View Article


Random Number Verification – Simple Form Authentication Using PHP

This is simple form authentication by a random number generated by PHP and authenticated by javascript. It can be used for spam control. ~~~ Head Section Code ~~~ PHP Code <?php $mynumber=...

View Article


Image may be NSFW.
Clik here to view.

Captcha – Image And Number Verification Using PHP

This example is simple php, javascript image and number form validation. You can show number or image or both. If users enters correct number displayed then he can proceed with form submission. This...

View Article

Image may be NSFW.
Clik here to view.

Captcha – Random Image Form Validation Using PHP

Similar to Number & Image form validation this example takes images with digits randomly and displays these for validating form. Random Image Form Validation PHP Script Download Captcha – Random...

View Article

Text To Image Using PHP

Suppose you want to protect you email address and want to put it online in form of image or you are displaying visitors emails in form of images while they had entered simple text, then this script is...

View Article

Browsing all 5 articles
Browse latest View live