Spam is an ever-growing problem for websites, and drastic measures are necessary to combat it. Dennis Pallett shows us how to successfully combat spam, by creating a blacklist system.
Latest Articles
Blacklist that spam, with PHP!
Friday, August 20th, 2004register_globals on?
Friday, August 20th, 2004Should I turn on register_globals in the php.ini?
Windows and PHP
Thursday, August 19th, 2004Can PHP be used on Windows?
Screen scraping your way into RSS
Thursday, August 19th, 2004Dennis Pallett shows us how to generate a RSS feed from a website, that does not have a feed themself. If you’re in dire need of a RSS feed from a specific page or website, this is the tutorial for you!
Dirify
Wednesday, August 11th, 2004This popular MovableType function has been ported to PHP, by Adam Kalsey. Now you can create dirified filenames of any string you use this function with.
iif function
Wednesday, August 11th, 2004The IIF function is a well-known function in most languages, however PHP does not contain such a function. It does now, if you include this function into your php files.
MySQL NOW()
Wednesday, August 11th, 2004Using this function you can get the current date and time in the MySQL NOW() form, in case you want to use PHP to generate it, instead of MySQL.
URL Encode
Wednesday, August 11th, 2004This function is used to URL encode strings so they can be sent through a URL. This function also makes sure all the characters have been transformed into their entities.
PHP Amazon Web Services Class
Wednesday, August 11th, 2004This class, written by Dennis Pallett, is used to query Amazon Web Services (a developers’ token is required), and retrieve results from Amazon. The class includes automatic caching for increased stability and speed of your website.