A Selection Of The Worst Written PHP Tutorials Ever…

Yes thats right, here’s my selection of some of the worst PHP tutorials i’ve seen submitted to Pixel2Life, ever. Note: These tutorials where NOT accepted to Pixel2Life and are NOT a representation of what the actual content on Pixel2Life, just a representation of the crap people like to think is worthy of being called a…

Adding GZIP Compression To Your Site Via .htaccess

Here’s a tidbit of code for you, in a hope that this helps someone out. Paste the following into your .htaccess file and it will enable GZIP across all pages in the directory where the .htaccess file resides: php_value output_handler ob_gzhandler Hows it do it? This line of code sets the output handler/buffer as ob_gzhandler…