get_received_article($_REQUEST["id"]); $type=$data["image_type"]; $data = $data["image_data"]; header("Content-type: $type"); echo $data; ?>