学无止境,加油屌丝

随笔分类 -  php

摘要://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 阅读(34) 评论(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 阅读(158) 评论(0) 推荐(0)
摘要:$stmt->debugDumpParams(); 阅读全文
posted @ 2020-02-05 14:15 nofeel666 阅读(331) 评论(0) 推荐(0)