Skip to content

Instantly share code, notes, and snippets.

<?php
define('ROOT_PATH', dirname(__FILE__) );
header('Pragma: public');
header('Cache-Control: max-age=86400');
header('Expires: '. gmdate('D, d M Y H:i:s \G\M\T', time() + 86400));
header('Content-Type: image/png');
$width = 800;