Quickly Creating SEO Friendly Links
Filed under PHP
Over the years I have seen many different ways programmers have used mod_rewrite to make clean urls. However, I have not seen the correct way much. All you need in your .htaccess file is this: More…
Using Memcached to Reduce Database Load
Filed under PHP
If you host your site on a shared server environment, then this information will not be useful for you (unless the shared server had memcached installed, which would be awesome. More…
Basic Traffic Shaping in PHP
Filed under PHP
I ran into this problem today where we needed a PHP based solution to limit file download speeds. There are probably better ways to do this, so it might be wise to consider your possibilities before continuing. More…