jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Form Processing

DeEnFrSp
Amount: 53
Displaying: 1 - 10
Pages: [1] 2 3 4 5 6 >>
Sort Listings By:
Hits: 948

PHP Form Validation - with PHP4+ and register_global = off

Rating 4.5 4.5
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.
Platform(s): Windows Date: Jan, 05 2007
DETAIL
Hits: 1125

Forms Processing

Rating 3.0 3.0
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.
Platform(s): n/a Date: Nov, 28 2006
DETAIL
Hits: 2685

Converting all applicable characters to HTML entities

Rating 1.0 1.0
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. .
Platform(s): Windows Date: Oct, 14 2006
DETAIL
Hits: 616

Automatic Form Generation Using PHP

Rating 3.5 3.5
This set of functions allows you to use simple PHP commands to generate complex forms containing many different inputs. It automatically outputs the HTML code for the form and makes it easy for you to process the input when the form is submitted.
Platform(s): Windows Date: Oct, 02 2006
DETAIL
Hits: 781

GET and POST in PHP

Rating 5.0 5.0
This tutorial demostrates how to GET to fetch variables from the URL. And POST to fetch variables from HTML forms in PHP.
Platform(s): Windows Date: Sep, 27 2006
DETAIL
Hits: 751

Expandable Form Validation Class : Part 3

Rating 5.0 5.0
Learn how to complete, expand, and use the Expandable Validation Class in the final Part of this 3 Part tutorial series.
Platform(s): Linux, Windows, FreeBSD Date: Jun, 30 2006
DETAIL
Hits: 345

PHP Form Handling

Rating 1.0 1.0
If your PHP program is a dynamic web page (and it probably is) and your PHP program is dealing with user input (and it probably is), then you need to work with HTML forms. Tips for simplifying, securing, and organizing your form-handling PHP code.
Platform(s): n/a Date: Jun, 25 2006
DETAIL
Hits: 1015

Email validation in PHP

Rating 0.0 0.0
This tutorial teaches you how to validate an email with PHP and regular expressions.
Platform(s): Windows Date: Jun, 23 2006
DETAIL
Hits: 634

PHP Script Tips - Processing Web Forms

Rating 0.0 0.0
A collection of 21 tips on process Web forms with PHP scripts. Clear explanations and tutorial exercises are provided on generating and processing Web forms, getting values out of $_REQUEST, processing multiple choices, removing slashes, adding multiple submit buttons, adding hidden values, processing original query string: How To Retrieve the Submitted Form Data? How To List All Values of Submitted Fields? How To Retrieve Input Values for Checkboxes Properly? How To Remove Slashes on Submitted Input Values? How To Support Multiple Submit Buttons? How To Support Hidden Form Fields? How To Retrieve the Original Query String? How To Protect Special Characters in Query String? ...
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Jun, 02 2006
DETAIL
Hits: 667

Expandable Form Validation Class : Part 2

Rating 3.0 3.0
In Part 1 of this tutorial series, we created the core of our Class. In Part 2 here, we learn how to expand on our Class to allow form fields to be validated as well as returning and generating the many error messages when validating.
Platform(s): Windows Date: May, 22 2006
DETAIL
Amount: 53
Displaying: 1 - 10
Pages: [1] 2 3 4 5 6 >>