How can I get timestamp when I add data using PHP in MySQL?
Asked
Active
Viewed 73 times
2
-
2If you repeat the question 7 more times it happens automatically – pvg Dec 20 '15 at 09:14
1 Answers
3
You can set Default value for your column is: CURRENT_TIMESTAMP so when new record be added it have get current timestamp on your server by automaticly.

GiapLee
- 436
- 2
- 8