Log in

View Full Version : Form w/ Confirm. page, Security, and Email



WattCode
03-10-2009, 07:03 PM
Hello! I am looking for a form (script) which I can use for commercial use (free). The three features I am looking for specifically are:

A confirmation page

An email sent to someone from the company I am working with on the project

Security (no spam harvesters capturing the email recipient, and security of the data transmitted.)

Thank you for your time in looking at this. I may use a script to send the email and display the confirmation page, as I can design the form part easily on my own.

FYI: Before this, I had an easier time with forms because I used MS FrontPage. But now the webhost no longer supports this program's server extensions. :)

P.S. The host supports most code forms typical of Linux hosting (php, perl, ruby on rails etc.) Thank you!

bluewalrus
03-10-2009, 10:49 PM
That can all be done with php I believe can you post your form or the names of the fields you want.

WattCode
03-11-2009, 12:56 PM
Where do you suggest I learn php? (I am unfamiliar with it.)

bluewalrus
03-11-2009, 01:06 PM
http://www.w3schools.com/php/php_intro.asp
http://us.php.net/manual/en/tutorial.php

Snookerman
03-11-2009, 01:27 PM
These are pretty good too:
http://blog.themeforest.net/screencasts/diving-into-php-video-series/ (http://blog.themeforest.net/screencasts/diving-into-php-video-series/)
http://devzone.zend.com/article/627-PHP-101-PHP-For-the-Absolute-Beginner (http://devzone.zend.com/article/627-PHP-101-PHP-For-the-Absolute-Beginner)

Good luck!

WattCode
03-11-2009, 06:11 PM
These look like excellent sources. Thank you both.