ASPit - Totally ASP JSit - Totally JavaScript
Search PHPit

Use this textbox to search for articles on PHPit. Seperate keywords with a space.

Advertisements

Latest Articles


Blacklist that spam, with PHP!

Friday, August 20th, 2004

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.

register_globals on?

Friday, August 20th, 2004

Should I turn on register_globals in the php.ini?

Windows and PHP

Thursday, August 19th, 2004

Can PHP be used on Windows?

Screen scraping your way into RSS

Thursday, August 19th, 2004

Dennis 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, 2004

This 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, 2004

The 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, 2004

Using 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, 2004

This 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, 2004

This 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.