Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
DirectUI Gui Library 1.0
Internet Cafe Monitoring Source Code v1.0
Mail Report Excel .Net 2.1
Alibaba Clone B2B Trading Marketplace Script 4
3D Rotate Carousel AS 2.0 1.0
Abadan XML SlideShow 2.0
QuickOrder 1.0
MPEG Bitrate Viewer 1.0
Point of Sale Software 1.0
Online Notebook Manager 1.0
DMXReady Blog Manager 1.0
Availability Booking Calendar 1.5
Free Hotel Management Source Code 1.0
Artistic Photo Gallery 1.0
Advanced Image Grid AS 2.0 1.0
Top Code
Adirex 3D Chess Client 1.0
Habanero 2.0.1b
ikiCLassifieds 2.0
JVMail 2.0.0
P2P .htManager 0.2
Smart Font Listbox 1.0
Su Logu 0.6.2
Ticket Support Script 1.1
Time and Attendance 1.0
WhoisOnsite 1.VIII
XMBForum 1.9.10 Karl
phpTimeSheet 1.3.0-preview 2
Arbitrary-shape Popup Box 1.0
CSTreeBean 0.3
encbtn32.zip 1.00.00b
Details

Vdaemon - Web Form Validation 1.I

 
by Alexander Orlov

An important aspect of creating Web Forms pages for user input is to be able to check that the information users enter is valid. VDaemon is a PHP library that grants an easy-to-use but powerful way to check for errors and, if necessary, display messages to the user. VDaemon provides several custom HTML tags (VDaemon tags) to allow developer define form validation rules and some PHP functions to define validation behavior. VDaemon is intended for web developers who have at least basic PHP experience. / VDaemon gives mechanism for all common types of standard validation - for example, testing for valid dates or values within a range - plus ways to provide custom-written validation. In addition, VDaemon allow you to completely customize how error information is displayed to the user. / You enable validation of user input by adding VDaemon tags to your form as you would with other HTML tags. Each validation tag references an input tag on the form. When the user's input is being processed (for example, when the form is submitted), the VDaemon tests the user's input and set a state to indicate whether the entry passed the test. If any of validation checks failed, the entire form is set to invalid. / You can test the state of the form in your own code. For example, you would test the state of form before updating a database with information entered by the user. If you detect an invalid state, you bypass the update. Typically, if any validation checks fail, you skip all your own processing and return the page to the user. VDaemon then produce an error message that appears on the page. /

License: Freeware

Downloads: 12

Download Vdaemon - Web Form Validation 1.I  Report Error Link
More Similar Code


VDaemon is a PHP library that grants an easy-to-use but powerful way to validate user input for errors and, if necessary, display messages to the user.



A library to validate form input from users and customize the error information displayed to the user. You can easily incorporate VDaemon into exising sites.



Selectively Enable Form Validation When Using ASP.NET Web Controls is an ASP.NET tutorial through which users can gain knowledge about various advanced validation process for providing validate control over the web forms submitted by the client. Here



Server Control Form Validation is an ASP.NET tutorial which deals with validator control for validating the web form. The author elaborates the procedure for performing custom validation, methods for displaying validation error, procedure to work alo



SearchBliss Form with Validation Generator is multi-platform compatible. This is a Web-based wizard that generates a JavaScript form validation code with textfields and a text area. Type the text that will appear next to each textfield, the textfield



Form Validation JavaScript is a simple JavaScript, which will be of immense help to make sure that the visitors of your web page do fill up all the relevant fields before submission by validating the fields before submission. In case your site has a



Netscape, IE and client side validation in ASP.NET is a tutorial in which author discusses about the solution for the problem that occur while executing form validation. In Netscape the form validation has to be done in server side while the IE brows



ASP.NET Validation: Selective Validation is a web based tutorial which teaches the method of disabling or enabling the selective validator control to validate the form field of the web forms. The codes which are explained in this tutorial execute th



Form Validation with ASP.NET - It Doesn't Get Any Easier! is a web based tutorial in which author concentrates on validating the web form using validator control. The author elaborates about method of using regular form validator, range validator and



ecFormBuilder is a form processing system which is helpful for the webmasters to generate their web pages with different types of form like, email form, order form, registration form etc., with form validation facility which validates each forms and

User Review for Vdaemon - Web Form Validation 1.I
- required fields
     

Please enter text on the image