由now()函数php

时间:2017-06-21 06:30:06

标签: php mysql

我在处理和比较表格中每行的时间时遇到问题。我想从最近七天创建的数据库中获得结果,但问题是保存在数据库中的数据是使用now()格式保存的,如下所示:1497867945;我真的不知道如何处理它。好吧,我收到了这个数据库,应该根据数据库回馈PHP代码。 我很感激你的帮助。 用于在数据库中保存数据的数组包括时间如下:

     $update=array(
                'title'=>$this->input->post('post_name'),
                'text'=>$this->input->post('post_body'),
                'img'=>$image,
                'time'=>now(),
                'cat_id'=>$this->input->post('post_cat')
            );

0 个答案:

没有答案