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
100% fool-proof (as far as I can tell). Prevent hotlinking to files not supported by .htaccess. For instance, I use this method to prevent people from linking to *.SWF files stored on my server.
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.
Shows you how to take a number like 0.0000000000000000000000000000000000000000000000000000001 and round it to 1, with CEIL you would get a buffer overrun error.