Form Processing
Results 1 - 20 of 73
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.
Create a PHP Checkbox
How to check, uncheck, display and have fun with HTML checkbox objects using PHP.
Email validation in PHP
This tutorial teaches you how to validate an email with PHP and regular expressions.
Create a PHP Select List
Easily code dynamic PHP Select Lists. Tutorial with code snippets and comments.
Sanitize copy/paste text from word
Sanitize content copied and pasted from Microsoft Word for insertion into database.
Converting all applicable characters to HTML entities
In this code sample we will converting all applicable characters to HTML entities using htmlentities(). Using 'htmlentities' all characters which have HTML character entity equivalents are translated into these entities. .
Free Easy & Simple Html PHP feedback mailer
Free tutorial, instructions and guide to creating a contact/feedback form for your website. This is an easy tutorial which uses php's mail() function. This script will allow visitors to fill out their comments, provide their name and email, and when they...
(show more)
PHP form inserts data into CSV file
A csv file is file that you can create easily with Microsoft Excel, here are the full and upgrade versions, also you can also get knowledge from this recommended book on excel for further knowledge that is beyond the scope of this tutorial.
PHP form inserts data into CSV file
A csv file is file that you can create easily with Microsoft Excel, here are the full and upgrade versions, also you can also get knowledge from this recommended book on excel for further knowledge that is beyond the scope of this tutorial.
Multi-page Forms with PHP
This article will touch on two skills in the interface between PHP and HTML forms, specifically in working with hidden fields, and as a bonus, in passing arrays in an HTML form.
The form validation tutorial with php and java
Form validation the process that occurs after the user clicks the submit button and before the form data processed by a PHP, JAVA or CGI program. In this tutorial, you'll learn how to intercept the submission and pass the form data through one validation...
(show more)
Storing Checkbox Data In Your Database
Checkboxes in web forms are useful because they allow the person filling out the form to choose from a wide range of possible choices. Specifically, it allows the user to choose some, all or none of the elements. Although checkboxes are excellent form...
(show more)
Processing HTML forms with PHP
A free tutorial about processing HTML forms with PHP, from basic to more advanced concepts. In the tutorial you learn how to use PHP to process HTML forms with security in mind. Recommended for anyone with basic HTML and PHP knowledge who wants to learn...
(show 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.
PHP and AJAX Auto Suggest
How to use the scriptaculous ajax autocompleter with PHP to search your MySQL database.
How to process your form easily
Here you'll find how to get form processing script easily in a few minutes and with no programming required.
How to create a simple (contact) Form with Validation (JQuery)
The aim of this tutorial is to help you to create a simple (tableless) contact form using AJAX, JQuery & PHP. We will have a HTML page which will contain the form, a CSS file, a PHP page where the data will be sent and another file where the e-mail...
(show more)
Form validation
You have a form on your website and you want to make sure that your users use the form correctly. So I thought about the best way of doing this, and immediatly dismissed the idea of JavaScript because JavaScript can easily be disabled. So I knew that PHP...
(show more)
Sending HTML Email
This tutorial will show you how to send email with HTML output in PHP.
Sending Email with PHP
This tutorial shows how you can easily send email messages with PHP.
