Displaying strtotime() effectively in MySQL/PHP query

前端 未结 4 685
我寻月下人不归
我寻月下人不归 2021-01-23 11:09

This is my PHP/MySQL query, as mentioned at Displaying links in PHP/MySQL?:

http://pastebin.com/5Td9Bybn

I\'ll admit, I\'ve forgotten how to use the strtotime()

4条回答
  •  自闭症患者
    2021-01-23 11:31

    You have a space between the and the word php. I think that is causing the unexpected echo error. You should have

提交回复
热议问题