From 447b53cf5191216054a918a0b8de4950e4c43fa9 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Mon, 17 Sep 2018 15:51:00 -0700 Subject: [PATCH] Updated README --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..884f708 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +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. :)