分类

链接

2013 年 3 月
 123
45678910
11121314151617
18192021222324
25262728293031

近期文章

热门标签

新人福利,免费薅羊毛

base64转GB2312 php源码

<?php header('Content-Type: text/html; charset=gb2312'); $txt1 = stripslashes(trim( @$_POST['text1'])); $button = @$_POST['button']; $down = @trim($_GET['down']); if ($down==1) { header("Content-type: command"); header("Content-Disposition: attachment; filename=base64_decode.txt"); $contents = file_get_contents(basename($_SERVER['PHP_SELF'])); echo $contents; exit; } ?>

PHP 暂无评论 阅读(1,778)