学无止境,加油屌丝
摘要: //test1.php <?php setcookie("user[name]","admin",time()+600); setcookie("user[pw]","123456",time()+600); setcookie("user[city]","china",time()+600); e 阅读全文
posted @ 2021-03-31 15:49 nofeel666 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 留笔纪念 $sql = 'SELECT * FROM `body` where `id`>:id'; $s=$dns->prepare($sql); $s->execute([id=>0]); $newresult =$s->fetch(PDO::FETCH_ASSOC); print_r($new 阅读全文
posted @ 2021-03-31 10:41 nofeel666 阅读(133) 评论(0) 推荐(0) 编辑