/ Published in: PHP
Start your CSS files with the following PHP (and name it style.php)
include it with:
include it with:
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $offset = 60 * 60 ; $ExpStr = "Expires: " . ?> body { color: red; }
URL: http://css-tricks.com/snippets/css/compress-css-with-php/