Converting TIMESTAMP to unix time in PHP? -


Currently I store time in my database like this: 2010-05-17 19:13 : 37

However, I need to compare it twice, and I think it would be easy to do this if it is a Unix timestamp such as 1274119041 . (These are twice different)

How do I change timestamps in Unix timestamps? Is there a simple php function for this?

You are searching for

>

Comments