Hey,
I've used compression::zlib with perl but am very new to php. I have a few questions about zlib for php I was hoping someone could answer :
Presumably, php has its own zlib module which you need to install on the server ?
With perl you could write a simple module to call in zlib which would compress what you wished. Is that how zlib on php works ?
Does anyone know of any good examples / tutorials for getting zlib to compress php ?
Thanks :-)