Any solution using Friday the 13th has got to be worth a good mark.PHP Code:for (
$time = (string) strtotime('Fri, 13 Feb 2009 23:31:30 GMT'),
$time = substr($time, -1).substr($time, 0, -1),
$len = strlen($time),
$pos = 0;
$pos < $len;
print($time[$pos++])
);
![]()











with my "elegant" solution to this riddle!
Bookmarks