原生php mysql添加时间戳

Posted xm666

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了原生php mysql添加时间戳相关的知识,希望对你有一定的参考价值。

$nowtime= time();
$sql = "insert into user ( username,create_time ) values (‘萨达姆‘,‘$nowtime‘)";
if(mysqli_query($conn,$sql))
    echo ‘添加成共‘;

这样就行了,定义一个变量  时间戳是10位数的整数

以上是关于原生php mysql添加时间戳的主要内容,如果未能解决你的问题,请参考以下文章

创建PHP时间戳以插入mysql数据库[重复]

使用php在mysql表中保存时间戳

php取出mysql表单数据为时间戳,怎么转换成时间格式

PHP MySQL的日期为PHP时间戳

php日期转时间戳

PHP,从mysql加载时间戳并转换为时间前字符串