摘要: $file = 'putty.txt';if (file_exists($file)) { header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename='.basename($file)); header('Content-Transfer-Encoding: binary'); hea 阅读全文
posted @ 2011-06-16 18:23 ABIND 阅读(178) 评论(0) 推荐(0)
摘要: 这是开通博客的第一篇文章.我认为还是要写多点字的. 推荐淘宝购物平台:乐齐天:http://www.leqitian.com/ 阅读全文
posted @ 2011-05-29 19:26 ABIND 阅读(125) 评论(0) 推荐(1)