Thread: PHP Compressor
View Single Post
Old 05-27-2008, 03:35 PM   #2 (permalink)
ETbyrne
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

Looks cool, but would this also compress HTML? Example:
PHP Code:
<?php
echo "Hello World!";
?>
Would that become this?
PHP Code:
<?php echo"HelloWorld!";?>
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote