05-27-2008, 04:35 PM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 197
Thanks: 35
|
Looks cool, but would this also compress HTML? Example:
PHP Code:
<?php echo "Hello World!"; ?>
Would that become this?
PHP Code:
<?php echo"HelloWorld!";?>
|
|
|
|