Best Tutorials website
Latest tutorials

Advertisment

GETand POST methods in PHP

GETand POST methods in PHP

Basic tutorial on how to obtain information from forms by using any of those methds.


Views: 487 | Rating star | by David
PHP - Form Processing

PHP Script Tips - Processing Web Forms

PHP Script Tips - Processing Web Forms

A collection of 21 tips on process Web forms with PHP scripts. Clear explanations and tutorial exercises are provided on generating and processing...


Views: 475 | Rating star | by Brad
PHP - Form Processing

Email validation with regular expression

Email validation with regular expression

A short tutorial howto validate an email address during form processing. An example 'copy & paste' html form code is included to...


Views: 463 | Rating star | by Colin
PHP - Form Processing

Making Sticky Forms

Making Sticky Forms

Learn how to create and use sticky forms, which saves data that has been entered into a form, so a user does not have to re-type out the...


Views: 485 | Rating star | by Donald
PHP - Form Processing

Input - Output String Functions

Input - Output String Functions

This tutorial is showing some functions that you need to use for your inputing form (as text field, text area) because, it is not secure to receive...


Views: 488 | Rating star | by Brad
PHP - Form Processing

Automatic Form Generation Using PHP

Automatic Form Generation Using PHP

This set of functions allows you to use simple PHP commands to generate complex forms containing many different inputs. It automatically outputs...


Views: 516 | Rating star | by Jarry
PHP - Form Processing

Simple Email Validation

Simple Email Validation

Learn how to use email verification to validate your users.


Views: 529 | Rating star | by Mark
PHP - Form Processing

Creating a form

Creating a form

Learn the basic's of forms including text, button and submit forms.


Views: 486 | Rating star | by Sarah
PHP - Form Processing

Jump Menu's

Jump Menu's

Using forms and javascript to change pages with a jump menu.


Views: 0 | Rating star | by Marry
PHP - Form Processing

Link Verifier - Check if link is up or not

Link Verifier - Check if link is up or not

Create a link verifier that checks to see if a link is working or not, this is great to check if user inputted links are valid.


Views: 468 | Rating star | by David
PHP - Form Processing

Creating a simple contact form with PHP

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...


Views: 524 | Rating star | by Mathew
PHP - Form Processing

Mail form for newbies

Mail form for newbies

This is a must read tutorial if you don't know anything about PHP.


Views: 522 | Rating star | by Jason
PHP - Form Processing

Javascript Count Words Left

Javascript Count Words Left

Learn how you can add javascript realtime count words field to your forms using javascript. Try it, it's easy!


Views: 478 | Rating star | by Mark
PHP - Form Processing

Mail Form with PHP and HTML

Mail Form with PHP and HTML

Learn how to create a MAIL FORM using PHP and HTML.


Views: 482 | Rating star | by David
PHP - Form Processing

Form Processing using PHP

Form Processing using PHP

Learn how to process form data using PHP. You will find example to make you clear how to process form data


Views: 484 | Rating star | by Mark
PHP - Form Processing

How-to make PHP and AJAX Form

How-to make PHP and AJAX Form

Read this awesome tutorial to learn how to make a very cool web form, which uses AJAX to communicate with a PHP file. No page refresh and no form...


Views: 502 | Rating star | by David
PHP - Form Processing

PHP AJAX Email Form

PHP AJAX Email Form

A Simple PHP and AJAX form processing using prototype js library. Full Sources code included for download.


Views: 488 | Rating star | by Ben
PHP - Form Processing

Beginning with PHP and AJAX

Beginning with PHP and AJAX

Tutorial demonstrates how to write form submission in PHP and AJAX using prototype js library. A good beginners tutorial on PHP and AJAX.


Views: 492 | Rating star | by Nick
PHP - Form Processing

Building Feedback Form with php

Building Feedback Form with php

Here we are going to create a feedback form for you site to allow users contact you. The script is very simple and this article is for php...


Views: 523 | Rating star | by Amy
PHP - Form Processing

Using Checkboxes to Delete Items From Database

Using Checkboxes to Delete Items From Database

The sample php code makes use of checkboxes to delete items from the database. Multiples items can be selected & deleted. You will need to create...


Views: 508 | Rating star | by Simon
PHP - Form Processing