随笔分类 - php
摘要://test1.php <?php setcookie("user[name]","admin",time()+600); setcookie("user[pw]","123456",time()+600); setcookie("user[city]","china",time()+600); e
阅读全文
摘要:留笔纪念 $sql = 'SELECT * FROM `body` where `id`>:id'; $s=$dns->prepare($sql); $s->execute([id=>0]); $newresult =$s->fetch(PDO::FETCH_ASSOC); print_r($new
阅读全文
摘要:$stmt->debugDumpParams();
阅读全文
浙公网安备 33010602011771号