using html forms
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8686
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
Strip HTML tags (form) script
This script removes any HTML tags from user entered data such as a TEXTAREA before the form is submitted. This is generally a good idea, as HTML tags can corrupt the rest of your form contents or even pose a security risk. more>> This script removes any HTML tags from user entered data such as a TEXTAREA before the form is submitted. This is generally a good idea, as HTML tags can corrupt the rest of your form contents or even pose a security risk.<<less
Added: 2005-11-01 License: Freeware Price: $0.00USD
11 downloads
Secure HTML form processor
FormNut (former Form-Mail) is an online service that will enable you to process your (secure) HTML forms without any programming knowledge needed. Their services comes with many advanced features and more>> FormNut (former Form-Mail) is an online service that will enable you to process your (secure) HTML forms without any programming knowledge needed. Their services comes with many advanced features and can be used for FREE! Supports file attachments, SSL forms, sending form result to multiple e-mail addresses, saving results to CSV files for Excel and more.<<less
Added: 2003-08-15 License: Freeware Price: FreeAdditionalInfoFreewarewithpossibleupgradetocommercialplans
2271 downloads
phpXMLForm
Automatilcy build in PHP script complete HTML forms with JavaScript checking. Configuration of Form from XML files, like HTML, easy to use. Automaticly adding/deleting/updating DB, over phpXMLForm eng more>> Automatilcy build in PHP script complete HTML forms with JavaScript checking. Configuration of Form from XML files, like HTML, easy to use. Automaticly adding/deleting/updating DB, over phpXMLForm engine.<<less
Added: 2006-03-20 License: LGPL Price: FreeAdditionalInfoFreefornoncommercial
1313 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
Online HTML Form Generator 1.0
Our Online HTML Form Generator allows you to create your form through an easy graphical interface without any HTML knowledge. It creates a stylish form in minutes. Define any number of fields in your form and specify the properties of each field. Best of more>> Our Online HTML Form Generator allows you to create your form through an easy graphical interface without any HTML knowledge. It creates a stylish form in minutes. Define any number of fields in your form and specify the properties of each field. Best of all, its so easy and absolutely free of charge.<<less
Added: 2005-06-27 License: Freeware Price: $0.00USD
19 downloads
Kmita HTML form builder 1.0
Kmita HTML form builder is remotely hosted form builder which makes forms for you on the fly. You need to select the fields that you want and you get the form HTML as you keep adding fields. The Kmita form builder supports following fields : Textbox, more>> Kmita HTML form builder is remotely hosted form builder which makes forms for you on the fly. You need to select the fields that you want and you get the form HTML as you keep adding fields. The Kmita form builder supports following fields : Textbox, Text Area, password, Hidden, Radio Button, Radio button group, Check box, List box, file field and button. Some basic options are already set so that you need not type in every specification(though you can change them). You can move the form fields up, down as per your requirements. Kmita Form builder is very easy to use. Compatible with Kmita Mail v.3<<less
Added: 2007-08-08 License: Freeware Price: $0.00USD
13 downloads
Interactive DHTML art-demos
DHTML art: Interactive computer generated visual effects created by using only dynamic html animation. Source code available for anyone and free of use. more>> DHTML art: Interactive computer generated visual effects created by using only dynamic html animation. Source code available for anyone and free of use.<<less
Added: 2004-03-22 License: Freeware Price: 0.00
14 downloads
HTML Upload Form 4.0
Provided by: American Financing. The FREE HTML Upload Form v4.0, is a simple and easy to install script that will let your users enter their name and email address and provide an easy to use upload method. Their HTML file(s) will be stored onto your more>> Provided by: American Financing. The FREE HTML Upload Form v4.0, is a simple and easy to install script that will let your users enter their name and email address and provide an easy to use upload method. Their HTML file(s) will be stored onto your server / directory and forward you an email with the link to the HTML file and send a confirmation email to them as well to view their file. The script will also save the data into a CSV file on your server should you need to view any information within Excel. The script is simple to modify to your liking and provides installation instructions. This script does not require MySQL.<<less
Added: 2007-02-16 License: Freeware Price: $0.00USD
11 downloads
pForm - HTML Form Builder
pForm is a free online tool for creating HTML web form. 25 predefined themes are available to choose. Its ajax interface allows you to build web form in seconds. more>> pForm is a free online tool for creating HTML web form. 25 predefined themes are available to choose. Its ajax interface allows you to build web form in seconds.<<less
Added: 2007-10-05 License: Freeware Price: $0.00USD
23 downloads
Basic PHP Form Processing
Learn how to create an HTML form and how to program a simple PHP page to process the information of that HTML form. A basic knowledge of HTML will make this tutorial easier. more>> Learn how to create an HTML form and how to program a simple PHP page to process the information of that HTML form. A basic knowledge of HTML will make this tutorial easier.<<less
Added: 2004-09-09 License: Other Free / Open Source License Price: FreeAdditionalInfoWebsite
1900 downloads
Using HTML in a Lightbox Description 1
There are a number of modifications for Lightbox that allow you use HTML in the Lightbox overlay but using this method the use of an alternative script wont be necessary. All you need to do is two simple edits. more>> There are a number of modifications for Lightbox that allow you use HTML in the Lightbox overlay but using this method the use of an alternative script wont be necessary. All you need to do is two simple edits.<<less
Added: 2009-01-26 License: GPL Price: $0.00USD
19 downloads
mysqlForm 1
This class can be used to create HTML forms for entering values to create new records of a MySQL database table. It identifies the list of fields of a given mysql table. Then it generates HTML for a form that includes inputs to enter values for the more>> This class can be used to create HTML forms for entering values to create new records of a MySQL database table. It identifies the list of fields of a given mysql table. Then it generates HTML for a form that includes inputs to enter values for the fields of a new record of that table. The class generates text or textarea inputs depending on whether a text field has more than 50 characters limit length. It also generates password inputs for MySQL password table fields, and select inputs for enum table fields. The class also can display the results of a query that retrieves the records of a given table.<<less
Added: 2007-02-08 License: GPL Price: $0.00USD
13 downloads
Other version of mysqlForm
Price: FreeAdditionalInfoCanuseanywhereforanyperpose
License:GPL
License:GPL
Escape HTML Characters
In this howto youre gonna learn how you can escape HTML characters, nice and easy using PHP. This is useful for example to prevent users enter malicious HTML or javascript code into your site using th more>> In this howto youre gonna learn how you can escape HTML characters, nice and easy using PHP. This is useful for example to prevent users enter malicious HTML or javascript code into your site using the public forms like guestbooks or message boards. Also this can be useful if you want to embed code into your page without being translated by browsers into HTML elements corresponding. Our site also offers an Online Escape HTML Characters Tool!<<less
Added: 2007-04-17 License: GPL Price: Free
950 downloads
Gambling Templates
A free collection of html and php gambling templates that may be used to build standard html sites, and power gambling related php wordpress sites. more>> A free collection of html and php gambling templates that may be used to build standard html sites, and power gambling related php wordpress sites.<<less
Added: 2008-08-15 License: Freeware Price: $0.00USD
10 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 using html 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