Category

Archive for the 'PHP' Category

My company website

( Code and HTML and PC and PHP and Random and Recommendations )

After a long period without a company website, I’ve now created a new one showing what I offer and a portfolio of both web and digital tv projects I’ve worked on.
I can provide a wide range of IT services, specialising in Web and Digital TV but also covering PC maintenance and troubleshooting, Broadband setup and [...]

PHP Contact Form With Simple Spam Filtering Revisited

( Code and HTML and PHP )

I’ll be posting up an updated contact form in the near future with a break down of what each bit is doing, this will help you adapt and change the code to fit your purposes, I’ll add in a few more bits to help with customising the smtp feature and adding in the akismet spam [...]

PHP Contact Form With Simple Spam Filtering

( Code and HTML and PHP )

Here is some code to handle a simple contact form and email it to someone. This is another piece of code that has grown at of various sources, the is_dodgy function and usage came from a contact form plugin for wordpress which can be downloaded from http://chip.cuccio.us/projects/contact-form-ii/. You’ll need to download XPertMailer from http://xpertmailer.sourceforge.net/ and [...]

PHP Email Address Validation

( Code and PHP )

I’ve built up various libraries of code over the years, always improving and changing. This bit of code should attempt to validate an email address, it first checks the format of it is correct then does an mx check on the domain name, I built the function based on various bits and bobs from around [...]