Posts by Phazzigm Master • 11 points
2 posts
-
1
votes1
answer30
viewsA: Doubt mysql query + php
discovered! in the database can not be unixtime format has to be timestamp format for example: 0000-00-00 00:00:00. I took the test now and it worked. Anyway thanks Anderson, your comments led me to…
-
0
votes1
answer30
viewsQ: Doubt mysql query + php
I generate a date in PHP and saved in the database: $today = date('Y-m-d H:i:s'); $timestamp = strtotime($today); In the bank she is saved in this format: 1474496101 When I make a SELECT in this…