I want to store current timestamp (date+time).
I have ste field data type as timestamp in mysql.

I use mktime() to store current timestamp but it stores 000000000000 not correct timestamp.

What could be the problem