Active Articles: 2038
Total Categories: 16
Sub Categories:616
Creating a simple contact form with PHP | ||||||||
In this tutorial I will show you how to create a simple contact form with PHP. With the help of a contact form your visitors will fill out a form and its content will be send to you via email. ... learn more
| ||||||||
| ||||||||
Detailed PHP form processing tutorial | ||||||||
This article demonstrates how to use PHP forms. You will find detailed information from the form basics to more advanced form processing topics. ... learn more
| ||||||||
| ||||||||
PHP With HTML Forms | ||||||||
This 2-page tutorial shows how to work HTML forms in PHP. Topics covered: Drop menu builder, Radio buttons, Check boxes, Error processing, and more. ... learn more
| ||||||||
| ||||||||
Forms Processing | ||||||||
In the PHP Tutorial you will learn about PHP Forms - Predefined variables, Reading input from forms and Using hidden fields to save state.PHP has several predefined variables called superglobals.Superglobals are always present and available in any PHP script.The superglobals are arrays of other variables. ... learn more
| ||||||||
| ||||||||
Expandable Form Validation Class : Part 1 | ||||||||
Learn how to create an expandable Form Validation Class using PHP's object oriented features that once complete, can be easily customized and expanded to suit your needs in the future with no changes to the base code. The Class will able to validate everything from Email Address, Passwords, User Names, Domain Names, Credit Cards, Numbers, ... learn more
| ||||||||
| ||||||||
A Beginning Forms Tutorial | ||||||||
Ever wondered how you can use a form to log someone in, or get information from the user and drop it into a database? This is a good example of how to get all of the info from those elusive cells. It also shows you how to make sure that they don't leave a field ... learn more
| ||||||||
| ||||||||
Expandable Form Validation Class : Part 2 | ||||||||
In Part 1 of this tutorial series, we created the core of our Class. In Part 2 here, we learn how to expand on our Class to allow form fields to be validated as well as returning and generating the many error messages when validating. ... learn more
| ||||||||
| ||||||||
How to use the query string in PHP | ||||||||
This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like "www.example.com/pag e.php?mode=1&style=red"? Well, this page is being passed variables and their values through the query string, here the variables "mode" and "style" ... learn more
| ||||||||
| ||||||||
Bs_FormItAble | ||||||||
Make your PHP objects editable on the fly using web forms. ... learn more
| ||||||||
| ||||||||
Sending Email With PHP | ||||||||
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. ... learn more
| ||||||||
| ||||||||
Uploading Files with Forms and PHP | ||||||||
A tutorial that shows how to accept file uploads with PHP. ... learn more
| ||||||||
| ||||||||
Form Over Substance - Part One | ||||||||
PHP has built in functionality for dealing with HTML forms. This tutorial shows you how to tap into these powerful features. ... learn more
| ||||||||
| ||||||||
Form Processing with PHP 4 | ||||||||
This is a step-by-step introductory tutorial on form processing in PHP4. Each step is explained in detail, and covers field validation. ... learn more
| ||||||||
| ||||||||
