php pdo 查询
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php pdo 查询相关的知识,希望对你有一定的参考价值。
pdo查询分两种
1.query
适合 create update insert delete
其中 insert 可以通过lastinsertid活动 最后插入id
2.exec
exec适合插入语句
$pdf->beginTransaciton()
$pdo->commit();
以上是关于php pdo 查询的主要内容,如果未能解决你的问题,请参考以下文章