hey,
is it possible to echo the date of the page viewer on the page?
yea set it as a variable and then echo it; Example: <? $date = date("Y-m-d G:i:s"); ?> Now echo it. Or Print it! <? $date = date("Y-m-d G:i:s"); print("$date"); ?>
Lata! Chad
isnt this printing the server time much more then the user time?
you would have to get the timezone first i suppose - check the docu!
rock on - sid