Forum Moderators: coopster
if they're included on the clientside, they won't be gzipped just because the php-script gzipped the document that includes them.
I guess the simplest way would be to add gzipped versions, say .css.gz and play with mod_mime, check out [httpd.apache.org...]
Especially AddEncoding ... you might want to do some work with mod_rewrite (or another directive, I'm not really an expert on that) to serve the ungzipped version of the file if the client indicates that he is not cappable to decompress gzip ...