.jpg"; $f = fopen($o, "r"); $d = fread($f, 100000); list ($junk, $type) = explode(".", $o); header("Content-type: image/$type"); echo $d; ?>