Search found 1 match

by turburator
Thu Oct 08, 2009 12:58 am
Forum: PHP - Code
Topic: CURRENT_TIMESTAMP
Replies: 2
Views: 81

Re: CURRENT_TIMESTAMP

If you need to get the current timestamp you use:

time();

Regards
John