Advertisment
I've been looking at spam detection techniques for a while now, so when Zend_Form came onto the scene I thought that it would be nice to...
This article demonstrates how to use PHP forms. You will find detailed information from the form basics to the more advanced form processing topics.
Using Dreamweavers built-in dynamic application tools I will show you how to use them to create a restricted area for your site that users have to...
An great way to create a quiz on your website, easy to manipulate.
See how to create a tell-a-friend form in PHP. The source code shows you how to validate user data and then safely process it. Check the demo.
This tutorial will show you how to send email with HTML output in PHP.
Validar email con expresiones regulares y la funcion ereg() para lograr el cometido
How to put a form on your website that people can fill in and send you an email without them having to see your email or open a client.
This is a massive tutorial, that goes through all the types of input and how to use and handle them.
This tutorial shows users how to create an AJAX contact form. The form method in this tutorial is set to POST.
Learn how to use PHP sessions to prevent duplicate form submission or re-submission.