/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// Update php.ini: (global is usually found at /etc/php.ini) zlib.output_compression = On OR // Update .htaccess file with: php_flag zlib.output_compression On OR // Add a line at the top your PHP code:
URL: http://zoocha.com