I want to have a script execute when a user loggs in and at least 1 day has gone by since their last visit, and being able to count the number of days since their last visit. I know how to use the "date()" to get the format I need but then any user can just change their computers clocks a day forward or more and trick my script into executing, how do I get the real time like based on the server so the user can't mess with it? It really doesn't matter what time zone it is either, I just need to get a date that is consistant for each user. If there is an article somewhere you can point me too or if you have a little code that could get this, please let me know. Thanks for your time.