摘要: testmysql.php <?php require_once "./mypdo.php"; //do something... //查一行 $id = 3; //$sql = "select * from tp_goods where id={$id}"; $sql = "select id,g 阅读全文
posted @ 2020-08-04 08:23 HaimaBlog 阅读(125) 评论(0) 推荐(0)