Advertisement
Guest User

Untitled

a guest
Dec 7th, 2012
964
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $christmas = mktime(0,0,0,12,25,date('Y'));
  2. $today = time();
  3. $days = floor(($christmas - $today) / 86400);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement