摘要: <!-- token使用 --> <form action="2.php" method="POST"><?php $module=mt_rand(100000,999999);?><input type="text" name="sec_name" value=""/><input type="h 阅读全文
posted @ 2020-07-09 15:31 2538 阅读(257) 评论(0) 推荐(0)
摘要: <?php $redis = new Redis();$redis->connect( '127.0.0.1', 6379 )or die( "could net connect redis server" ); $connect = mysql_connect( '127.0.0.1', 'roo 阅读全文
posted @ 2020-07-09 15:29 2538 阅读(585) 评论(0) 推荐(0)
摘要: <?php $redis = new Redis(); $redis->connect('127.0.0.1',6379) or die ("could net connect redis server"); # $query = "select * from test limit 9"; $que 阅读全文
posted @ 2020-07-09 09:50 2538 阅读(201) 评论(0) 推荐(0)