RE: [PHP] Output HTML Compression

2001-04-19 Thread Andrew Braund
you might want to look at mod_gzip http://www.remotecommunications.com/apache/mod_gzip/ Regards Andrew Braund > -Original Message- > From: Floyd Piedad [mailto:[EMAIL PROTECTED]] > Sent: Friday, 20 April 2001 13:33 > Cc: [EMAIL PROTECTED] > Subject: [PHP] Output H

[PHP] Output HTML Compression

2001-04-19 Thread Floyd Piedad
Hi, Any tips on how to speed-up dynamic page loads by either lessening the HTML file sent or compressing it? I found two ways but don't exactly know how to do it. 1. Enable output buffering with compression. This seems to be only available on php4.04. Is there a way to do this with php4.01? 2.