Like most form handlers, this script can be used to mail the form data to an email address. Unlike most form handlers, OFH allows you to store the data on your server as well, in a file- format that can be easily imported in any application for later
A form handler that can mail multiple attachments with your form. Instead of configuring through hidden form fields, information is read from one or more configuration files. This should provide a higher level of security along with considerable flex
The author describes the work of IPN Handler in this article. The task of an IPN Handler is to receive and check the details from paypal. The author explains how this handler checks whether the details are coming from paypal. This handler checks and
PHP based form handler. Processes form submissions and sends results via email and/ or stores information to a flat file.
Put the TFindDrives - component on the form. Add an OnFind event handler. The event will occure each time a valid and ready drive is found. Add an OnDone event handler. The event will occure when all valid drives are found. Call the FindDrives
Simple but powerful form handler that contains security checks to avoid external abuse. Can handle both sendmail and SMTP.
This is a tutorial that tells the users how to build a php form to extract variables in their program. The author says to the users about the use of a generalized form handler where they should handle $FirstName even though they do not know the name
MFormsPro2 is a form handler accepting input from forms spread over multiple pages. Each application uses an easily set up template for: input checking, e-mail view sorting, required inputs, page designs, and more. Includes preview option, save to da
Global Exception Handling with ASP.NET is a tutorial dealing with the error handling and to rectify it through exception handler. The user should track the exception. For that purpose the author narrates the method of creating an exception handler at
The main theme of this online article deals with XML configuration files and section handler. The author describes about the configuration files divided into sections. With the help of .NET section handler or by generating user's own section handler |