php表单在提交之后再后退,表单的内容默认是被清空的(使用session_start的时候),

解决方法是在session_start() 之后,字符输出之前写上

header(“Cache-control: private”);