摘要:调试php的时候常用的代码

打印变量并保存到文件里面

file_put_contents('5-3-2.txt', print_r($_POST['order']."\n", true),FILE_APPEND);
// $_POST['order'] 为要打印的变量。"\n"为换行