You are here: DEVPPL Tutorials php form-processing
NOTIFICATIONS
54.125
MEMBERS
15.697
TOPICS
62.285
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

Php Tutorials - Form-processing

form-processing tutorials

Forms and responding to them (GET and POST)

Forms and responding to them (GET and POST)

Rating:
(0)
Clicks: 503
Category: PHP >> Form Processing

Form Over Substance - Part One

Form Over Substance - Part One

Rating:
(0)
Clicks: 618
Category: PHP >> Form Processing
PHP has built in functionality for dealing with HTML forms. This tutorial shows you how to tap into these powerful features.
Phorm Manager

Phorm Manager

Rating:
(0)
Clicks: 491
Category: PHP >> Form Processing
In this part four of a series on HTML form handling with PHP, it explains how to create a powerful PHP form handler, called Phorm Manager. Topics include: Design goals, Internal data management, form validation, and more. Full source code available.
Form Validation With PHP

Form Validation With PHP

Rating:
(0)
Clicks: 589
Category: PHP >> Form Processing
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
PHP Email Form

PHP Email Form

Rating:
(0)
Clicks: 734
Category: PHP >> Form Processing
Create a basic email form for your site with this script
Doing Error Checking In Forms for bogus informatio

Doing Error Checking In Forms for bogus informatio

Rating:
(0)
Clicks: 592
Category: PHP >> Form Processing

POST/GET Form Variables

POST/GET Form Variables

Rating:
(0)
Clicks: 613
Category: PHP >> Form Processing
Using PHP array functions to view all of your POST/GET Variables make it easy for retrieving data from online forms. Its also great for debugging your codes.
The Universal Web Form Processor

The Universal Web Form Processor

Rating:
(0)
Clicks: 528
Category: PHP >> Form Processing
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 M
Sending mail in PHP

Sending mail in PHP

Rating:
(0)
Clicks: 541
Category: PHP >> Form Processing

Email

Email

Rating:
(0)
Clicks: 628
Category: PHP >> Form Processing
This is an illustration of how to send email through PHP. I did not create a function because I feel mail() is already a wrapper all by itself. I left the first parameter empty because I feel that the "to row" is not any more important than any other row
A very simlpe form to mail script

A very simlpe form to mail script

Rating:
(0)
Clicks: 677
Category: PHP >> Form Processing
This is a very simlpe form to mail script. I did it to teach my team how to send mails You can tweak it to send * Plain Text Mail * Formatted Html Mail Just go thru the script it is very simple and self explaining.
Part II: recieving the message

Part II: recieving the message

Rating:
(0)
Clicks: 546
Category: PHP >> Form Processing

Basic PHP Form Processing

Basic PHP Form Processing

Rating:
(0)
Clicks: 458
Category: PHP >> Form Processing
Learn how to create an HTML form and how to program a simple PHP page to process the information of that HTML form. A basic knowledge of HTML will make this tutorial easier.
Bs_FormItAble

Bs_FormItAble

Rating:
(0)
Clicks: 440
Category: PHP >> Form Processing
Make your PHP objects editable on the fly using web forms.
Creating a Form Mailer

Creating a Form Mailer

Rating:
(0)
Clicks: 488
Category: PHP >> Form Processing
A Thorough tutorial on creating a PHP Mail Form
How to delete multiple selections using form check

How to delete multiple selections using form check

Rating:
(0)
Clicks: 564
Category: PHP >> Form Processing

Terms of Service

Terms of Service

Rating:
(0)
Clicks: 313
Category: PHP >> Form Processing
Add a terms of service field to your forms that must be checked
Email Form

Email Form

Rating:
(0)
Clicks: 332
Category: PHP >> Form Processing
Learn how to quickly code a contact form for your site
Form to Flat File

Form to Flat File

Rating:
(0)
Clicks: 340
Category: PHP >> Form Processing
This is a simple tutorial, but it shouldnt be used if you want a more secure way of storing data. You should use MySQL Databases for that.
Using Forms With PHP

Using Forms With PHP

Rating:
(0)
Clicks: 311
Category: PHP >> Form Processing
This tutotial introduces how to use forms with PHP. Demonstrates how PHP passes information from a form. Also explains security checking using environment variables.
^ Back to Top