How to use PHP in .htm or .html Files

The need to execute PHP in HTM or HTML files may occur for a number of reasons. The most common of which seems to be adding content managed portions to an existing HTML website. The .htm or .html pages will be part of the navigation, previously indexed by search engines, and likely linked to by [...]


Check out the 4G web site blacklist

I came across something today that I had to share. Over at the Perishable Press they have released a really cool “firewall” for your website. Here is their description of what they’ve created: The 4G Blacklist is a next-generation protective firewall that secures your website against a wide range of malicious activity. Like its 3G [...]


How to Create a Simple RSS Feed using PHP and MySQL

Generating a RSS feed with PHP is actually very easy. I have had to do it a few different times and every time I do it I have to look up the syntax of the XML document. To save myself time in the future I thought I would document the process here for myself and [...]