You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
205 B

<?php
/**
* Created by PhpStorm.
* User: LN007
* Date: 2018/7/3
* Time: 9:11
*/
var_dump($_COOKIE);
var_dump($_REQUEST);
file_put_contents('./lk.txt', json_encode($_REQUEST) . PHP_EOL, FILE_APPEND);