forms
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1355
Forms Processing
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.Super more>> 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.<<less
Added: 2006-11-28 License: Freeware Price: Free
628 downloads
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
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
Web Forms in ASP.NET 1
This tutorial is an easy introduction to ASP.NET web forms. It explains how to write a correct form tag, how to use common web controls, how to maintain ViewState etc. more>> This tutorial is an easy introduction to ASP.NET web forms. It explains how to write a correct form tag, how to use common web controls, how to maintain ViewState etc.<<less
Added: 2008-05-02 License: Freeware Price: $0.00USD
13 downloads
Novice Forms Processor
Novice Forms, is a free CGI Forms Processor script, purposed for fast form processing and easy setup. more>> Novice Forms, is a free CGI Forms Processor script, purposed for fast form processing and easy setup.<<less
Added: 2003-11-22 License: GPL Price: Free
2165 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
Word-Forms-Aware Site Search 1.01
The script will spider your website and create search engine database. Search results include webpage title, URL, and a relevant excerpt with search terms emboldened. Advanced search form includes "at least one of these words", "all of these word", and more>> The script will spider your website and create search engine database. Search results include webpage title, URL, and a relevant excerpt with search terms emboldened. Advanced search form includes "at least one of these words", "all of these word", and "none of these words" fields. The script recognizes word forms (for example, if you enter "dive" in the search form the script will also be looking for "dives", "dived", and "diving"). If you use header and footer files on your webpages you can exclude them from search (the reason why you would want to do so is that the header and footer contents is present on all pages no matter whether they are relevant or not). The appearance is controlled by template files. You can test the script online.<<less
Added: 2006-01-05 License: Freeware Price: $0.00USD
12 downloads
Other version of Word-Forms-Aware Site Search
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
BuayaCorp Forms Validator 1.00
This script will help you in common tasks like client side validation. The validation in the client side is important, it can save innecesary postbacks to validate our data, but we cant ensure that it always will be enabled the client side more>> This script will help you in common tasks like client side validation. The validation in the client side is important, it can save innecesary postbacks to validate our data, but we cant ensure that it always will be enabled the client side scripting, for that reason its also necessary to make data validation on the server side, to avoid incoherences.... Features * It allows the validation of text fields, text area, lists * It allows the use of customized functions * It allows to add to events to elements using regular expressions (when it is wanted to limit the input of certain characters, in this version it doesnt accesible) * Different ways to show errors * It allows to make debugging * Object Oriented * Compatible with IE and Mozilla Firefox<<less
Added: 2005-05-26 License: Other Price: $0.00USD
13 downloads
Ajax 'Suggest' box for HTML Forms
Tutorial explaining how to use Ajax (Asynchronous Javascript and XML) to create a drop-down suggest box for form fields which updates as you type by querying the server in the background. Similar to the Google Suggest application. Full tutorial, more>> Tutorial explaining how to use Ajax (Asynchronous Javascript and XML) to create a drop-down suggest box for form fields which updates as you type by querying the server in the background. Similar to the Google Suggest application. Full tutorial, code snippets and further reources. And its free, of course.<<less
Added: 2006-01-04 License: Freeware Price: $0.00USD
17 downloads
Forms Authentication in ASP.NET 2.0
In this tutorial you will learn about Forms Authentication in ASP.NET 2.0 - Forms Authentication class, Cookie Domain, Forms Cookies, The Login Control, Signin, Signout, Authenticate, Redirect, Login more>> In this tutorial you will learn about Forms Authentication in ASP.NET 2.0 - Forms Authentication class, Cookie Domain, Forms Cookies, The Login Control, Signin, Signout, Authenticate, Redirect, Login Status, Login Name and Login View Controls.<<less
Added: 2006-06-04 License: Freeware Price: Free
1275 downloads
Uploading Files with Forms and PHP
A tutorial that shows how to accept file uploads with PHP. more>> A tutorial that shows how to accept file uploads with PHP.<<less
Added: 2003-10-14 License: Not Specified Price: Free
2215 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
Easy Web Forms, No Spam, No Ads, Free.
Create web forms in minutes with FormSmarts easy-to-use online form builder. No HTML coding or script installation needed. Embed forms on your site or use the forms URL on formsmarts.com. Get form results by email, and benefit from world-class form spam more>> Create web forms in minutes with FormSmarts easy-to-use online form builder. No HTML coding or script installation needed. Embed forms on your site or use the forms URL on formsmarts.com. Get form results by email, and benefit from world-class form spam protection. Unlimited number of forms with no ads, all free.<<less
Added: 2007-10-05 License: Freeware Price: $0.00USD
14 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 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