日期时间现在 PHP mysql(+ PDO 变体)
本文介绍了日期时间现在 PHP mysql(+ PDO 变体)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Thanks for looking. All helpful answers/comments are up voted.
In php, you can use NOW() like this:
How can I do the same thing in PDO. When I bind like this, I get an error:
Is it the PDO:PARAM_STR?
解决方案
Because nobody has explicitly answered the question, I'll add the correct answer for the sake of completeness.
这篇关于日期时间现在 PHP mysql(+ PDO 变体)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!