Tag Archives: gzip

How to ZIP files with PHP

Most web servers these days run on a LAMP configuration (Linux, Apache, MySQL, PHP). Because the Operating System is Linux, the default archival and compression utilities are TAR and GZIP resulting in files like “filename.tar.gz”. There is nothing wrong with … Continue reading

Posted in php development, Web Development | Tagged , , , | Leave a comment

Gzip Headers in Php Output

Gzip Headers in Php Output I have noticed wierd binary characters being generated after var_dump of ( $_POST, $HTTP_POST_VARS, and $_REQUEST ) when debugging CMS code. Before these characters there were empty array(0){} statements in the output.

Posted in C Programming | Tagged , , , | Leave a comment