|
|
| Forms [+] Favor-It | |
| |
 |
| | Sort By:
|
Form Handler for PHP is a form_handler that creates a list of all form data submitted by any form. The output can then be emailed to a site's system administrator, or saved to a file. Author: Francisco Charrua Code: PHP 4.0 |
Form to mail is a simple form mail PHP script that displays a contact form to allow visitors to your site to send you a message via email. Built in security prevents spammers hijacking it from another domain.
Code: PHP 3.0 |
HTML Form Function Library is a library add on for the PHP scrpting language. Adds 2 new functions that serve as nice alternatives for multiple or single <select>s. Includes some other minor changes and alterations. Author: Jeremy Brand Code: PHP 4.0 |
|  | |
A Practical PHP Form to Mail
By Angela Bradley, About.com
You have probably already read about the mail function, and now want to build a more complex form to use on your site. Let's start with the HTML for the web form. Author: Angela Bradley Code: PHP 5.0 |
This tutorial explains How to create forms in HTML and accept/process input from user in PHP.
PHP provides in-built functions to handle forms.Any data sent to server should be between form tag.
<form action="display.php" method="POST"></form> Author: Kaluram Kashid Code: PHP 5.0 |
A Simple feedback Application in PHP/MySQL that accepts name, email, comment from visitors.
This tutorial explains How to create forms in HTML and accept /process and store data from user in PHP. Author: Kaluram Kashid Code: PHP 5.0 |
|  | |
Icon Key >
 - Recently Updated
 - Showcase Listing
|