PHP 如果表表行存在
在 PHP 中,有没有办法使用以下语句来检查行是否存在?
如果“cases 表有一个值为 4 的“passenger”字段 WHERE case
= '$case' { 代码... }
In PHP, is there a way of making the following statement to check if a row exists?
If "the table cases has a "passenger" field with the value of 4 WHERE case
= '$case' {
code...
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没那么优雅,不。但您可以运行查询然后比较结果:
not that elegantly, no. But you can run the query then compare the result: