/ Published in: PHP
Use always
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php function compress($buffer) { /* remove comments */ /* remove tabs, spaces, newlines, etc. */ ", "\r", "\n", "\t", ' ', ' ', ' '), '', $buffer); return $buffer; } /* your css files */ include('style.css'); # include('print.css'); # include('handheld.css'); ?>