/ Published in: PHP
Use always
Expand |
Embed | Plain Text
<?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'); ?>
You need to login to post a comment.
