Hi, I was wondering if someone could tell me how to set the unix time with a php script. You would think that it wouldn't be that hard, but I can't seem to do it. I tried a date 0984390283 but that doesn't seem to do the trick. any help?
date 0984390283
thanks, Mark
try using mkdate or gmdate if you just wanna echo it. check it out at www.php.net
sorry, perhaps I did not make my self clear. I actually want to set the time, change it to some user entered time, not just see what time it is...
Mark