various forms
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1546
ASP Forms Tutorial 1
Provides a step by step guide to pass ASP variables through a form and display the variables using response.write. more>> Provides a step by step guide to pass ASP variables through a form and display the variables using response.write.<<less
Added: 2005-11-24 License: Freeware Price: $0.00USD
14 downloads
Other version of ASP Forms Tutorial
License:Freeware
Tell a friend form
We offer free, remotely hosted tell a friend forms that you can put on your website to encourage visitors to share it with their friends. more>> We offer free, remotely hosted tell a friend forms that you can put on your website to encourage visitors to share it with their friends.<<less
Added: 2006-03-11 License: Freeware Price: $0.00USD
11 downloads
Novice Form 1.1
Novice Forms, is a free PHP Forms Processor script, purposed for fast form processing, quick & easy setup and faster processing times. more>> Novice Forms, is a free PHP Forms Processor script, purposed for fast form processing, quick & easy setup and faster processing times.<<less
Added: 2004-01-30 License: GPL Price: $0.00USD
12 downloads
Other version of Novice Form
License:GPL
PHP Email Form Easy
PHP is the way to go for online email forms. This is a short tutorial with copy-and-past code on how to use the PHP email function to create an on line email form to send emails from your website. more>> PHP is the way to go for online email forms. This is a short tutorial with copy-and-past code on how to use the PHP email function to create an on line email form to send emails from your website.<<less
Added: 2003-11-23 License: Not Specified Price: Free
1261 downloads
PHP and Forms 1.0
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 youve ever wondered how that translated over to a blog being added to a database and how its verified, then you more>> 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 youve ever wondered how that translated over to a blog being added to a database and how its verified, then you will want to read this tutorial. Ill 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.<<less
Added: 2008-04-07 License: GPL Price: $0.00USD
10 downloads
POST/GET Form Variables
Using PHP array functions to view all of your POST/GET Variables make it easy for retrieving data from online forms. Its also great for debugging your codes. more>> Using PHP array functions to view all of your POST/GET Variables make it easy for retrieving data from online forms. Its also great for debugging your codes.<<less
Added: 2004-01-27 License: Not Specified Price: Free
2123 downloads
DynaForm Easy Form Mailer 1.4
DynaForm is the easiest way to create email forms for your website. It automatically adapts and emails the contents of any email form. One file, with no configuration at all, can handle an unlimited number of forms and fields. It is incredibly easy to more>> DynaForm is the easiest way to create email forms for your website. It automatically adapts and emails the contents of any email form. One file, with no configuration at all, can handle an unlimited number of forms and fields. It is incredibly easy to setup and use. You dont need to know anything about PHP or HTML to use this free script. Now includes IP banning, auto-response, and other various security features.<<less
Added: 2003-01-30 License: Freeware Price: $0.00USD
11 downloads
Other version of DynaForm Easy Form Mailer
License:Freeware
Processing HTML forms with PHP
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 more>> 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. Also includes several articles to help you get specific PHP form features working.<<less
Added: 2008-02-01 License: Freeware Price: $0.00USD
12 downloads
CGI::ContactForm 1.44
If you stick with the default layout, CGI::ContactForm lets you create an unlimited number of forms with a minimum of effort. There are various methods to customize the form, and with help of templates, the layout is fully customizable. The main file, more>> If you stick with the default layout, CGI:ContactForm lets you create an unlimited number of forms with a minimum of effort. There are various methods to customize the form, and with help of templates, the layout is fully customizable. The main file, CGI:ContactForm.pm, is a Perl module. It can be placed either in the ordinary server space for Perl modules, or in a private library. Together with the enclosed example files, you can easily get your form(s) up and running.<<less
Added: 2003-04-07 License: Other Price: $0.00USD
10 downloads
Other version of CGI::ContactForm
License:Other Free / Open Source License
How to process your form easily
Here youll find how to get form processing script easily in a few minutes and with no programming required. more>> Here youll find how to get form processing script easily in a few minutes and with no programming required.<<less
Added: 2008-10-28 License: Freeware Price: $0.00USD
11 downloads
Web Dev Form Mail Plus
Form Mail Plus is an automated script that allows you to build and manage multiple mailto forms to use within your web site. The forms can send mail in both text and HTML format. Also it can send atta more>> Form Mail Plus is an automated script that allows you to build and manage multiple mailto forms to use within your web site. The forms can send mail in both text and HTML format. Also it can send attachment files. You can do everything online from a password protected admin control panel. Also the script uses templates, so the look is fully customizable. Lots of features and demo available.<<less
Added: 2003-07-23 License: Freeware Price: Free
2291 downloads
Image Verification (Captcha) For Forms
This is a sample script that allows you to add image verification to your HTML forms. It includes a sample implementation, PHP code check and extras (Font+Background). more>> This is a sample script that allows you to add image verification to your HTML forms. It includes a sample implementation, PHP code check and extras (Font+Background).<<less
Added: 2007-01-05 License: Freeware Price: Free
1076 downloads
Powerful form validation
Many of us have faced situations when we fill invalid information in one field of a form, and when we submit, the forms apears again with that field in red color. This tutorial shows you how simple it more>> Many of us have faced situations when we fill invalid information in one field of a form, and when we submit, the forms apears again with that field in red color. This tutorial shows you how simple it is to add such facilities to your forms.<<less
Added: 2005-02-01 License: Not Specified Price: Free
1740 downloads
Multi-page Forms with PHP
This article will touch on two skills in the interface between PHP and HTML forms, specifically in working with hidden fields, and as a bonus, in passing arrays in an HTML form. more>> This article will touch on two skills in the interface between PHP and HTML forms, specifically in working with hidden fields, and as a bonus, in passing arrays in an HTML form.<<less
Added: 2002-11-12 License: Not Specified Price: Free
1459 downloads
Working with forms in PHP
One of the most popular ways to make a web site interactive is the use of forms. With forms you can have users register for different things, submit any information you can imagine, upload files, and more>> One of the most popular ways to make a web site interactive is the use of forms. With forms you can have users register for different things, submit any information you can imagine, upload files, and all types of other things. In this tutorial, we will go through the basics of forms and how to handle the data that comes from those forms with PHP.<<less
Added: 2002-07-01 License: Not Specified Price: Free
2683 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above various forms search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed