get_user_avatar_img($_REQUEST["user"]); $type = $info["avatarFileType"]; $content = $info["avatarData"]; header("Content-type: $type"); echo "$content"; ?>