include_once("./inc/days.php"); $comic = $days.""; while (strlen($comic) < 3) { $comic = "0".$comic; } $todays_comic = "halo".$comic.".jpg"; ?>