A birthday function

When you get older you need to write functions to help you though the day:

function check_birthday($your_birthday) {
  global $allowed;
  global $inclined;
  $todo = array();

  if (getdate('today') == $your_birthday) {

  $birthday = 'happy';

    if ($allowed == TRUE) {
      // hopefully :-)
      $to_do[] = go_home_early();
    }
    if ($inclined == TRUE) {
      $to_do[] = go_out();
      $to_do[] = get_sloshed();
    }
    $to_do[] = eat_cake();
    $to_do[] = have_fun();
  }
return $to_do;
}

Comments

Wow, awesome blog layout! How long have you been blogging for?
you made blogging look easy. The overall look of your website is great, let alone the content!

I don't even know how I ended up here, but I thought this post was good. I do not know who you are but certainly you're going to a famous blogger if you are not already
;) Cheers!

This is personal server, not really set up to handle being spammed by people trying to promote perfect butts.

I have have removed your links as I don't think the intended readers of this blog should really be directed to sites of perfect butts, regardless of how attractive they are. People can google for that easily enough, I don't really want to promote your website on mine.

Thanks for the performance report though.

Add new comment