The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: PHP :: Tips and Tutorials :: Form Processing
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 65    Displaying: 1 - 20 Pages:  1 2 3 4

   Detailed PHP form processing tutorial   Hits: 1752 

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


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Mar 15 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Processing HTML forms with PHP   Hits: 1380 

 
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 to process forms securely.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri May 23 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating a simple contact form with PHP   Hits: 3789 

 
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.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Jun 24 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (1) Visitor Ratings

   Email validation in PHP   Hits: 2152 

 
This tutorial teaches you how to validate an email with PHP and regular expressions.


Free   Version: 1.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Mar 10 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating a CAPTCHA with PHP   Hits: 312 

 
This tutorial will show you how to create a form with Captcha.


Free   Version: n/a   Platform(s): linux   Updated: Tue May  6 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Create a PHP Checkbox   Hits: 18982 

 
How to check, uncheck, display and have fun with HTML checkbox objects using PHP.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Mar  6 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (2) Visitor Ratings

   Create a PHP Select List   Hits: 7478 

 
Easily code dynamic PHP Select Lists. Tutorial with code snippets and comments.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Mar  6 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Building Feedback Form with php   Hits: 718 

 
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 beginners. we have to follow following steps for that. Design a Feedback Form The first thing we need to do is to design the feedback form. following piece code will build a form for you. here i am going to save it in html file say, feedback.html


Free   Version: 1.0.0   Platform(s): linux, windows   Updated: Sat Mar  1 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP and Forms   Hits: 340 

 
You probably have a CMS or at least a blog script running on your website and to add articles, among other things, you fill out a form. If you've ever wondered how that translated over to a blog being added to a database and how it's verified, then you will want to read this tutorial. I'll go over the simple passing of data from form to adding it to the database and the different functions and variables that can be used.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Apr  7 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Sending Email with PHP   Hits: 102 

 
This tutorial shows how you can easily send email messages with PHP.


Free   Version: n/a   Platform(s): linux   Updated: Thu May 15 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   How to use the query string in PHP   Hits: 10656 

 
This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like "www.example.com/pag e.php?mode=1&style=red"? Well, this page is being passed variables and their values through the query string, here the variables "mode" and "style" are being passed, with values "1" and "red" respectively. The question mark indicates the start of the query string and the ampersand, &, symbol seperates variable=value assignments.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Jan  7 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Building Feedback Form with php   Hits: 419 

 
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 begginers. we have to follow following steps for that.


Free   Version: 1.0.0   Platform(s): linux, windows   Updated: Wed Dec 12 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Sending HTML Email   Hits: 602 

 
This tutorial will show you how to send email with HTML output in PHP.


Free   Version: n/a   Platform(s): linux   Updated: Thu Aug 30 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Form mail using PHP   Hits: 1359 

 
One of the most important scripts which is used online is the Mail Form. Fortunately, PHP makes it extremly easy to use form mail, using the mail() function. So the Form Mail we're going to make is going to be broken does into 2 parts. One part has the HTML for the form and the second part is the processing for the form. However, we have to work backwards and do the processing before hand. We will ask three things on the form to keep it simple: their name, their e-mail address, and their comments. Lets get started with the first part:


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Jun 18 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Javascript Count Words Left   Hits: 405 

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


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Apr 20 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP Form Validation - with PHP4+ and register_global = off   Hits: 1594 

 
The validation of data that has been entered in a form is necessary in most cases. Why is important? For example, what good is holding a contest or sweepstakes if you can't notify the winner, because he or she entered an invalid telephone number or an incorrect address. What good is having a mailing list if the e-mail addresses on it aren't verified, and your mailing list just bounces back to you without reaching the subscribers and target audience.<br /><br /> Validating form entries saves you time and more importantly, it can save you money. And since somebody embossed the slogan "Time is money!", this should be very important for your web site!<br /><br /> Well when should we validate? There are two types of validation; client side and server side.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Jan  5 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Forms Processing   Hits: 2048 

 
In the PHP Tutorial you will learn about PHP Forms - Predefined variables, Reading input from forms and Using hidden fields to save state.PHP has several predefined variables called superglobals.Superglobals are always present and available in any PHP script.The superglobals are arrays of other variables.


Free   Version: n/a   Platform(s): n/a   Updated: Tue Nov 28 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Converting all applicable characters to HTML entities   Hits: 966 

 
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   Version: n/a   Platform(s): linux   Updated: Sat Oct 14 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   The form validation tutorial with php and java   Hits: 11171 

 
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 tests. At the end of this tutorial, youŽll have a complete form validation framework in php wich can be seemless integerate in existing web applications.


Free   Version: 1.2   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Jun 11 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (1) Visitor Ratings

   Expandable Form Validation Class : Part 1   Hits: 1822 

 
Learn how to create an expandable Form Validation Class using PHP's object oriented features that once complete, can be easily customized and expanded to suit your needs in the future with no changes to the base code. The Class will able to validate everything from Email Address, Passwords, User Names, Domain Names, Credit Cards, Numbers, Strings, HTML, Etc. Very detailed with extensive code segments to guide you every step of the way.


Free   Version: 1.0   Platform(s): linux, windows, freebsd   Updated: Mon May 22 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 65    Displaying: 1 - 20 Pages:  1 2 3 4

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog