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.
Version: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Sat Feb 5 2005
Make all your webpages search engine friendly by converting them to *.htm files. (Requires mod_rewrite on your server.) Touches upon regular expressions.
Version: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Sat Feb 5 2005
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.
Version: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Wed Jan 19 2005
Shows you how to take a number like 0.0000000000000000000000000000000000000000000000000000001 and round it to 1, with CEIL you would get a buffer overrun error.
Version: 1.0.0 Platform(s): linux, windows Updated: Fri Oct 8 2004
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!
Version: n/a Platform(s): n/a Updated: Fri Aug 20 2004
Make php apps with highly advanced user interfaces that are both cross-platform and useful. The example is of a desktop clock and mysql monitor, but can be adapted to almost anything.
Version: 1 Platform(s): Any Updated: Fri Jun 25 2004
Critical Information and about procurement Software and the Free GPL developemtn "e-procurement implementation". Procurement Software is critical to freeing companies from massive paper based purchasing.
Version: 2.0 Platform(s): Linux,Windows,Linux Updated: Mon May 10 2004
If you use a form on your site then you'll know that user input can often have white space before or after the text as the person filling in the form field sometimes accidentally adds spaces. This handy function will remove the whitespace from the beginning or end of the string.
Version: 1.0 Platform(s): Unix Updated: Wed Mar 10 2004
Tutorial and sample codes to calculate the distance between two locations. Free sample source codes in PHP, ASP, ColdFusion, C/C++, C#, Java, Perl, Visual Basic and Javascript. Longitude and latitude for United States ZIP Code and Canadian Postal Code are available in database subscription.
Version: 5.0 Platform(s): All Updated: Fri Mar 5 2004
PHP pages have a reputation of being more difficult (or at least different) to SEO than static HTML pages. Here’s an overview of the major issues encountered when trying to make PHP scripts rank well. While this focuses on PHP much of it is still relevant to dynamic pages in general.
Version: n/a Platform(s): n/a Updated: Mon Dec 29 2003