Hi, How can i return the server date? using
<?php $my_t=getdate(date("U"));
print("$my_t[weekday], $my_t[month] $my_t[mday], $my_t[year]"); ?>
gives me errors :(
Thanks in advance, I know it probably has a very easy solution, but I just dont know what as I'm so totally new to php..