Mail form is a simple php based mailing form. This script will recieve the delivered variables through POST to the script. This script will mail them to the given recipient. Source code is given in this web based form. It is simple to install and to
This is a tutorial where users are allowed to pass variables with html forms using php. The author says to the users that they should verify or perform client side validation to the information from a form submitted by them after they enter their inf
Accessing Form Variables is a suitable tool for PHP beginners to know how to create forms and how to put variables to obtain the data. This tool teaches you about the several types of syntax and variables to enable the user to input the data. Also, e
TemplateMailer is web based .NET component which add form variables along with the templates files for sending emails from websites. This component offers various features like checking all the emails from ASP.NET control, ASP.NET child control, POST
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
It is a web based ASP learning source that elaborately explains how 'POST' method can be used to pass the variables between pages by hiding the values. Also, it defines the uses of POST method to pass non-characters, to send mulitple information, etc
This function allows you to read form variables from static HTML. Combined with the document.write() method, you can actually add dynamic content to regular HTML. Given a choice, server side processing of form variables is preferable.
With the help of several hidden variables in your form, FormMail allows you to set up and form, and using this CGI script have the results e-mailed back to you. Works with any form, and you can use this one script for as many different forms as you p
Post an ASP.NET form with JavaScript is an article in which author disusses about passing data from the form page to the ASP.NET web page with the help of java script. Here the author explains the above said process in a step by step procedure with t
HTML form parser for GET and POST in C. Includes source code. Very simple interface. Call one function to return form data as strings, then use atoi to convert the data, etc. |