Make all your webpages search engine friendly by converting them to *.htm files. (Requires mod_rewrite on your server.) Touches upon regular expressions.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
This short tutorial will guide you through a hypothetical process of adding a movie rating system to a movie database site. Goes over the PHP code and MySQL queries.
Metatags are a way for you to define your web page and web site to the outside world. You can declare the title, keywords and description, which help your placement in search engines. In addition, you can specify who owns the copyright, how often the page is to be visited by search engines and many other useful pieces of information.
Shows you how to take a number like 0.0000000000000000000000000000000000000000000000000000001 and round it to 1, with CEIL you would get a buffer overrun error.
This tutorial builds on my tutorial that exaplins hwo to create an IRC Bot that was written in PHP. I tell you how to log chats in a channel to a file or to a database. Even both, if you want. You can later analyze these logs to create stats about your channel!