摘要:
//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 阅读全文