Can anyone see what's wrong with this? I can't see why it won't work..
PHP Code:
$newyear = 1136091600; //new years day 2006
if ($userinfo[joindate] < $newyear)
{ //code here should be executed if the user's join date is greater than the specified time variable, which should be anyone who has joined prior to Jan 1st 2006.
}
It doesn't work though. Any ideas? Thanks!