PDA

View Full Version : ZLib Test



BobbyDouglas
August 10th, 2003, 01:53 PM
Hey guys,

Those not familiar with ZLib, it is a compression tool for PHP only. It is just an extended module for it. All you do to use it is basically add 3 lines to the top of each php page.

To get to the point, http://www.desilva.biz/gzip-test.php. Is an awesome script that will test if your page is currently using it, as well as how much compressed it is. Anyone know where to get a script like this? I asked Matt from MattScripts to make one and I think he will... But I just wanted to know if anyone knew the code for it....

I plan on writing another program that will let you select php files and then add the code to the top and then save them. I just wanted a script for that program.