Mailing List

To join my mailing list,
enter your email address
and press Subscribe:

News

AzerTech.net News Feed

The Software Development Cycle
When BNT Solutions (http://www.bnt-solutions.net/) was incorporated in 2001 there was one goal in particular that ran as a thread through...



Introduction to Networking
The very first time I tried to setup a server at home I discovered something unexpected: What I thought was going to...



Subscribing to a Mailman list from any web page
It happens quite often that you want people to be able to subscribe to your Mailman mailing list from a...


Montreal Family

Time for Canadians to speak!
The Government of Canada has begun a nationwide series of consultations on copyright modernization.



Linked-In for business and pleasure
The Linked-In crowd will try to convince you that their service is good for business. This is more...



A sad day for free speech and copyright law
Here is some important, well written commentary from William Patry and, in response, Pamela Jones of Groklaw. First, illiam Patry explains why he...


EZ Web Forms via E-Mail Print
User Rating: / 0
PoorBest 
Article Index
EZ Web Forms via E-Mail
Page 2
Page 3
Page 4

Do you need to collect information from people you do business with? Would it be easier for you if they could just visit your web site, type the information directly into a web-based form and have the form emailed to the person responsible for that information? If so, this article is for you.

This ezform script was written to be a very, very simple solution for BNT Solutions web customers. Simply download this script and install it in your web site, then follow the instructions to produce you own web based forms. It's designed to be painless, fast and easy to use. We hope you'll like it.

Note, though, that there is a downside to keeping things this simple: You will want additional features but they're not available through this super-simple library. Still, this code will get you started and you can find something more sophisticated later.

Note: This article includes source code in PHP for your PHP-capable web site. A small amount of programming experience is required. If your web site is hosted by BNT Solutions, you can ask for this feature to be installed for you. Please take a moment to contact your site administrator for more details.

EZ Form Mail

Preamble

A quick and easy library for generating forms that are emailed from your web site.

Copyright (C) 2006 by Sam Azer, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the

Free Software Foundation, Inc.
51 Franklin Street
Fifth Floor, Boston, MA
02110-1301, USA.

Documentation

This file contains the documentation for the ezform class. The software class and basic and advanced example files are available in the package files, which you can download from here:



 
< Prev