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.
Version: n/a Platform(s): n/a Updated: Mon Jun 19 2000
Input is one of the most important aspects of any program, in any programming language. In this tutorial, you will learn how to create an HTML form to accept user input and then how to retrieve that input in PHP.
Version: n/a Platform(s): n/a Updated: Thu Feb 24 2000
This tutotial introduces how to use forms with PHP. Demonstrates how PHP passes information from a form. Also explains security checking using environment variables.
Version: n/a Platform(s): n/a Updated: Wed Jan 5 2000
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.
Version: n/a Platform(s): n/a Updated: Wed Jan 5 2000