Groundhog Day

<?php
$groundhog_day = 1;
    while($groundhog_day) {
        print "It's Groundhog Day!";
    }
?>
Vote up this code1