Forms PHP 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.
Home » PHP » Forms (63 Tutorials)
Simple jQuery and PHP CRUD interface
Simple jQuery and PHP CRUD interface tutorial
In this tutorial we will learn how to crteate a jQuery and PHP powered simple CRUD for any MySQL table.
Multiple select lists with jQuery, JSON, Ajax
Multiple select lists with jQuery, JSON, Ajax tutorial
This tutorial will all be about managing loading data into multiple select lists and then save the selections in the list.
File Upload
File Upload tutorial
In this tutorial we'll be creating a basic File Upload System. This tutorial only requires you (preferably) to have a basic understanding about PHP variables and loops. Although, some pre knowledge about PHP arrays wouldn't hurt either!
jQuery Contact form for your website
jQuery Contact form for your website tutorial
In this tutorial we show how to create a modern contact form that is linked by a simple text link and opens in a fancy Lightbox where all form handling, including reCAPTCHA validations, are processed by PHP and the jQuery Ajax function. After the form submission was successful we are using the PHP Class script PHPMailer to send the message via SMTP.
Collecting Form Data Variables
Collecting Form Data Variables tutorial
This is going to be another small tutorial on collecting data sent from a form and then doing something with it in PHP.
The $_FILES Global Variable
The $_FILES Global Variable tutorial
The $_FILES variable in PHP is one of the more complicated global variables in PHP. With it, you can upload files to the server and find a bunch of stuff out about those files.
Contact form validation
Contact form validation tutorial
Creating a very simple PHP script that will stop some basic spam bots submitting blank or spam messages in contact forms. What we need to do is call the parameters and check to see if what has been submitted is blank or if it contains data. Also we will check to see if the email that is entered has to correct characteristics of an email address. If you are new to html and PHP this is a rather easy tutorial to follow I will explain in detail what each function is and how it works.
AJAX Validation
AJAX Validation tutorial
This chapter helps readers to create a form validation application that implements traditional techniques with added AJAX flavor, thereby making the form more user friendly, responsive, and pleasing. pdf file, install Acrobat reader to view this tutorial.
Submit data to a Google Form with PHP
Submit data to a Google Form with PHP tutorial
This tutorial shows you how to submit data to a Google Spreadsheet with a custom PHP form.
Creating simple PHP contact form
Creating simple PHP contact form tutorial
When you need user send feedback to your email you can usecontact form. In this tutorial you'll learn how to create contact form with php script.
Create a php upload script with basic security
Create a php upload script with basic security tutorial
In this tutorial you will learn how to create a php upload script with basic security. You will also learn to pay attention to specific parts of the upload form to help you out when debugging errors.
Form Handling in PHP
Form Handling in PHP tutorial
I am just gonna go through simple form handling with you, nothing too fancy.
Multi-Page Forms in PHP, Revisited
Multi-Page Forms in PHP, Revisited tutorial
See how to Create Multi-Page Forms in PHP, Revisited.
Sending HTML Email
Sending HTML Email tutorial
This tutorial will show you how to send email with HTML output in PHP.
Simple Contact Form
Simple Contact Form tutorial
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.
PHP form Introduction
PHP form Introduction tutorial
This article demonstrates how to use PHP forms. You will find detailed information from the form basics to advanced form processing.
Form Submit Tutorial
Form Submit Tutorial tutorial
Sean's blog script flatfile based with Form submit tutorial.
Form Processing
Form Processing tutorial
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.
PHP to email form results
PHP to email form results tutorial
Using php to email form results.
Form Calculations
Form Calculations tutorial
In this tutorial you will be learning : assigning variables, operators, outputting info.
Home » PHP » Forms (63 Tutorials)
 
Subcategories
 
Categories
 
Advertisement