Zippy the Pinhead
<?php
$tm = localtime();
$yyyy = $tm[5] + 1900;
$yy = $tm[5] - 100;
$mm = $tm[4] + 1;
$dd = $tm[3];
if ($yy < 10) {
$yy = "0". $yy;
}
if ($mm < 10) {
$mm = "0". $mm;
}
if ($dd < 10) {
$dd = "0". $dd;
}
$output = '<a href="http://www.zippythepinhead.com"><img width=600 src="http://zippythepinhead.com/Merchant2/graphics/00000001/';
$output .= $yyyy . '/images/' .$mm.$dd.$yy.'.gif" /></a>';
print $output;
?>
The question remains: was the Enterprise Car Rental place on the corner a Union Gas station before?
http://zippythepinhead.com/Merchant2/graphics/00000001/2007/images/060107.gif