Quote:
Originally Posted by kh99
When a user posts, the lastpost time is saved in the user table. When the user posts again, the lastpost time is subtracted from the current time and compared with the setting.
|
aha .. that's mean I need to save the current timestamp along with mood data then query that value before validating the request. I thought there is a function or global value that I can check against.
thanks