Frota de Veículos no Brasil
Fonte: IBGE
$description = strip_tags($_POST['description']);
echo $description;
Número de Chassis
Fonte: IBGE
$path = "img/yourasset.pgn"; header("Cache-Control: private, max-age=86400, pre-check=86400"); header("Pragma: private"); header("Expires: " . date(DATE_RFC822,strtotime("+40 week"))); if (isset($_SERVER['HTTP_IF_MODIFIED_SINCE']) && (strtotime($_SERVER['HTTP_IF_MODIFIED_SINCE']) == filemtime($path))) { // send the last mod time of the file back header('Last-Modified: '.gmdate('D, d M Y H:i:s', filemtime($path)).' GMT', true, 304); exit; } header("Content-type: image/png"); header('Last-Modified: ' . gmdate('D, d M Y H:i:s', filemtime($path)) . ' GMT'); echo file_get_contents($path);
<ifmodule mod_headers.c="">
<filesmatch "\.(jpg|jpeg|png|gif|swf)$"="">
Header set Cache-Control "max-age=604800, public"
</filesmatch>
<filesmatch "\.(js|css|swf)$"="">
Header set Cache-Control "max-age=604800"
</filesmatch>
</ifmodule>
<IfModule mod_headers.c>
Header unset Cookie
Header unset Set-Cookie
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
<Files favicon.ico>
ExpiresDefault "access plus 12 months"
</Files>
</IfModule>
AddOutputFilterByType DEFLATE text/css application/javascript application/x-javascript text/plain text/html
body {background: url(data:image/png;base64,/9j/4AAQSkZJRgABAgAAZABkAD/2wAAY[...]
}
base64_encode(file_get_contents($path));