Compressing your CSS with PHP
If you write a CSS file for a medium sized website you may find, depending on the complexity of the site, that the file can get above 10kb quite quickly. Compressing your CSS in the method outlined below has proven to reduce the transfer size of the file by up to 75%. With this method all you need is PHP.