Explode Funtion
PHP » Miscellaneous | July 01, 2008
Learn how to use the explode function to split your data.
Word Filter
PHP » Miscellaneous | July 02, 2008
Block bad words from being entered into your site with this word filter.
FTP Administration with full logging via PHP
PHP » Miscellaneous | June 28, 2008
Sometimes, when working on complex projects, you may need to store files on different servers. This can be easily done via FTP. The logging process makes it easier to track all changes. This article explains how you can add this option to your web site.
Sending SMS from your website
PHP » Miscellaneous | June 28, 2008
The number of websites that have the option to announce their users via SMS that an event is due to happen has increased. This article explains how to easily add this option to your website using a PHP class and the ClickATell API.
Creating an IRC bot in PHP
PHP » Miscellaneous | July 04, 2008
Combined Minds presents you the biggest and best PHP -> IRC bot tutorial on the web! This tutorial learns you how to create a very good working IRC bot from scratch!
PHP Caching
PHP » Miscellaneous | July 04, 2008
Learn effective data caching techniques with PHP
Creating a domain checker
PHP » Miscellaneous | July 04, 2008
In this tutorial you will learn how to create a PHP script to check whether the actual domain name is available or not.
URL Check
PHP » Miscellaneous | July 04, 2008
Learn a simple way of verifying if a URL still works using PHP
Basic Shoutbox
PHP » Miscellaneous | July 04, 2008
Learn how to make an easy shoutbox for your site.
Browser-Dependent Stylesheets
PHP » Miscellaneous | July 04, 2008
Learn how to make a Browser-Dependent Stylesheets.
AOL IM Check User Online
PHP » Miscellaneous | July 04, 2008
Learn to see if a screenname is currently online on AOL Instant Messenger.
Mini-Chat Tutorial
PHP » Miscellaneous | July 04, 2008
Create your very own chat script.
Custom Error Messages
PHP » Miscellaneous | July 04, 2008
Replace the usual error messages with your own.
Polling Script
PHP » Miscellaneous | July 04, 2008
Creating a simple file based polling script.
Simple Word Filter
PHP » Miscellaneous | July 04, 2008
Stop Bad Words on your sites
Website Localizations and Multi-language Support
PHP » Miscellaneous | July 04, 2008
Some techniques of using custom language packs and language markers in database to provide automatic different translations of the website.


