header("Content-type:text/html;charset=utf8");
header("location:http://www.baidu.com");
header("Content-type:application/octet-stream"); header("content-disposition:attachment;filename-game.jpg"); $content = file_get_contents("123.jpg"); echo $content;
|