February 5, 2012

Weekend.

This is my weekend. It’s not an entirely bad thing, but this is what I have been doing for most of my weekend.


$right_now = time();
if ((strftime('%F', $right_now) == '2011-02-04') ||
(strftime('%F', $right_now) == '2011-02-05))
{
echo 'I am working at home this weekend!';
}
exit();