yes thx but it doesn't help me when tell me to read the manual date / time! i know that already! 🙂
i'm now trying to fix the problem with mktime, but i'm also stuck!
$exp_date_left = date("d.m.Y", mktime(0, 0, 0, date("m"), date("d")-22, date("Y")));
it doesn't work as espected. I want to know how many days are left till expiration!
Alain