Home

Submit

Source

Feeds
Tutorials » PHP » Forms

PHP Forms Tutorials

Form processing is an essential component of almost any web application. Forms are how users communicate with your server: signing up for a new account, searching a forum for all the posts about a particular subject, retrieving a lost password, finding locations, and more.

PHP Forms
Form Handling in PHP
PHP / Forms
I am just gonna go through simple form handling with you, nothing too fancy.

Site: www.noobic.com Report - View Tutorial

PHP Forms
Multi-Page Forms in PHP, Revisited
PHP / Forms
See how to Create Multi-Page Forms in PHP, Revisited.

Site: www.earn-web-cash.com Report - View Tutorial

PHP Forms
Sending HTML Email
PHP / Forms
This tutorial will show you how to send email with HTML output in PHP.

Site: phpform.net Report - View Tutorial

PHP Forms
Simple Contact Form
PHP / Forms
Contact forms are essential for any website, what we have done here is provided a real simple script that validates and processes all in one document. No need for any uploading of multiple files and links.

Site: www.webdevboost.co.uk Report - View Tutorial

PHP Forms
PHP and AJAX Form
PHP / Forms
PHP is an amazing web programming language, and it does wonders when you add AJAX to spice up your application. So in this dirty tutorial, I will share with you how to make a standard HTML form, but let PHP handle it without actually refreshing the HTML page or even submitting the web page to another flat PHP file.

Site: www.rooseveltrp.com Report - View Tutorial

PHP Forms
PHP form Introduction
PHP / Forms
This article demonstrates how to use PHP forms. You will find detailed information from the form basics to advanced form processing.

Site: www.phpf1.com Report - View Tutorial

PHP Forms
Form Submit Tutorial
PHP / Forms
Sean's blog script flatfile based with Form submit tutorial.

Site: auroranet.fre3.com Report - View Tutorial

PHP Forms
Form Processing
PHP / Forms
One of the best features of PHP is possibility to respond to user queries or data submitted from HTML forms. You can process information gathered by an HTML form and use PHP code to make decisions based off this information to create dynamic web pages. In this tutorial we will show how to create an HTML form and process the data.

Site: www.webcheatsheet.com Report - View Tutorial

PHP Forms
Contact Form
PHP / Forms
Contact forms are becoming more and more frequent on many websites. While in their simplest method they are fairly easy to create, adding security cranks up the difficulty just a notch. However, this easy to understand tutorial should help you create one in no time at all.

Site: www.dannyisonfire.com Report - View Tutorial

PHP Forms
PHP to email form results
PHP / Forms
Using php to email form results.

Site: www.developingwebs.net Report - View Tutorial

PHP Forms
Form Calculations
PHP / Forms
In this tutorial you will be learning : assigning variables, operators, outputting info.

Site: www.developingwebs.net Report - View Tutorial

PHP Forms
Creating a PHP form
PHP / Forms
PHP is a great processor of forms, hence knowing how to write a simple form for php processing is the precursor to make the PHP work.

Site: www.developingwebs.net Report - View Tutorial

PHP Forms
Form Handling With PHP
PHP / Forms
This article tells you how to handle HTML forms with PHP.

Site: www.easytutorials.org Report - View Tutorial

PHP Forms
Visual Confirmation System
PHP / Forms
This tutorial will explains how to put a visual confirmation in your register form.

Site: www.easytutorials.org Report - View Tutorial

PHP Forms
Using Form
PHP / Forms
Using forms in a web based application is very common. Most forms are used to gather information like in a signup form, survey / polling, guestbook, etc.

Site: www.php-mysql-tutorial.com Report - View Tutorial

Random Tutorials
PHP Forms
Form Email
PHP / Forms
This is a very simple tutorial, yet work like a charm and does all the things it needs to do.

Site: www.invano.com Report - View Tutorial

PHP File Operations
Limit upload file size
PHP / File Operations
This upload form can limit file size.

Site: www.phpeasystep.com Report - View Tutorial

PHP Databases
Introduction to SQLite
PHP / Databases
Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database engine to store information however this is not always needed for small amounts of data. In these cases, web applications often store their data in a "flat file" format, often just a plain text file or an XML file. Both of these methods have their downsides.

Site: www.talkphp.com Report - View Tutorial

PHP News and RSS Feeds
Creating a News System with PHP - Part 2
PHP / News and RSS Feeds
This is the part 2 of my news system, it will teach you how to make a complete news system for your site.

Site: codewalkers.com Report - View Tutorial

PHP Getting Started
Using PHP 'if' Statements
PHP / Getting Started
Using 'if' statements, you can check to see if a variable equals something else, and then execute a line of code if it is, and execute another line of code if it isn't. This tutorial is meant for beginners.

Site: www.webdesign.org Report - View Tutorial

 
Site Search

 
PHP »
 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement