Process form submissions into templated emails.
Перейти к файлу
John Shaver 6095f0bbc8 Vulcanized README. 2018-09-17 15:52:55 -07:00
docs Changed a little bit of the wording. 2012-04-04 09:40:56 -06:00
.gitignore Added a default template.txt file and the phpfEVERYTHING template option. 2010-06-01 02:17:09 -06:00
README.md Vulcanized README. 2018-09-17 15:52:55 -07:00
config.php Added a default template.txt file and the phpfEVERYTHING template option. 2010-06-01 02:17:09 -06:00
process.php Added a default template.txt file and the phpfEVERYTHING template option. 2010-06-01 02:17:09 -06:00
recaptchalib.php This is the beginning. The first commit. Let's see what happens. 2010-05-30 19:39:27 -06:00
template.txt Added a default template.txt file and the phpfEVERYTHING template option. 2010-06-01 02:17:09 -06:00

README.md

This is just a small project I put together to learn some php and to practice coding way back when I was working at bluehost. It also seemed like something that I might be able to use often enough. It is a PHP that accepts a form submition, send the information in an email and redirects to a configured page (with recaptcha support). It was designed to be a very simple to configure for someone who knew html and could make a form but didn't know how to process it on the backend. The idea is that someone can drop it in their html root, change one thing in the config file, point their form to it and it should work.