Quote Originally Posted by Speakup View Post
Call to undefined function now()
that is to the

$time = now();
Shit sorry it's late here and I'm not thinking straight. Use time() instead. You can also use date. Have a look at http://www.php.net/manual/en/function.date.php to see what type of day you want and how you want it displayed.

eg 1st July 2010, 1-7-2010, 7-1-10, etc etc.

I've moved this to the coding area as it's more of a coding topic than a Tutorial.