Blog Archives

Saturday, August 20th, 2011

Email Injection

Adding line feeds into a form field is one way crackers attempt to break into your script to apply their own mods. By testing for it and stripping them out of form fields where such characters are not valid input you can block that method of cracking your script. Email Injection

Thursday, September 2nd, 2010

Reading Your Mail Offline

For anyone still using a dialup connection to connect to the internet, it may not always be convenient to read all your emails during the one session online and it may not be worth dialing back in just to see the rest of your emails. Fortunately most email clients download all your emails while you [...]

Wednesday, October 15th, 2008

Form to Mail Script

My form2mail script was the first significant PHP script that I had written that I decided to offer the opportunity for other people to use. In fact I decided to offer two versions of the script. The free version of the script allows you to have as many fields in the form as you like [...]

Monday, May 5th, 2008

Form2Mail Script Version 4.0

Not a new web page but a brand new version of my advanced form2mail script is now available. The new version adds the ability to wrap error messages inside of your regular page header and footer so that it still looks like it is a part of your site. It also provides for a blacklist [...]