This tutorial explains how to validate HTML form on server side using PHP plus client side form validation using Javascript to make your form more user friendly
In depth tutorial focusing on the basics of processing a contact form. Includes necessary error checking and clear, simple explanations of all the code. Part 1 can also be found on the site which features the creation of the form itself in HTML
This tutotial introduces how to use forms with PHP. Demonstrates how PHP passes information from a form. Also explains security checking using environment variables.
This tutorial teaches you how to process a simple feedback form. It records the date and time that the user logged into the system and saves this information, in addition to the user's name and email address, in several cookies. Upon subsequent logins, the code checks whether the user is a new or repeat user and displays information accordingly.
This is a basic, and very easy to understand,
tutorial on how to make one file to do it all--
Shows the contact form, then upon submit,
will automaticly update the page with a message,
while PHP sends out the email.
This article describes how to create a generic form processor in PHP. Discussion involves form elements, hidden fields, and more. Also covers the installation process of NuSphere MySQL, an integrated multi-platform distribution of Apache, Perl, PHP, and MySQL.
In this tutorial you will learn how to create a form mail system in PHP. Explains how to use form fields and redirection for (un)successful submissions.
This tutorial teaches you the basic structure of creating PHP form processing. To many this can be a challenging task, so here is how it's done. Complete code presented.