Happy Birthday to me!

<?php

for ($i=0; $i <= 22; $i++)
{
    print "Jethro is oo";
    
    for ($j=0; $j < $i; $j++)
    {
        print "ooo";
    }
    
   print "old\n";
}

if ($i == 88)
{
    die("horrible horrible death");
}
else
{
    print "Live long, and prosper\n";
}

?>
This entry was posted in Uncategorized and tagged . Bookmark the permalink.

2 Responses to Happy Birthday to me!

  1. Tanya says:

    Love it! Made my night! Hope you had a good one other than the drilling :)

  2. Sam P says:

    Feliz Aniversario fellow Capricorn
    (although us Capricorns do not believe in astrology)

    Mine is on Friday…

    if ($i == 35)
    {
    print “5 years until life begins!”;
    }

    All the best, catch you up soon,
    Sam

Leave a Reply to Sam P Cancel reply