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