<?php header('Content-type: image/gif'); $tmp = file_get_contents('kartinka.gif); $img = base64_encode($tmp); echo base64_decode($img); ?>