Lorna Mitchell

We are delighted to announce that our competition winner is Christian Schorn! Christian wins a pass which gives him access to the conference sessions for both DPC (Dutch PHP Conference) and DMC (Dutch Mobile Conference).

Thanks to everyone who left awesome comments on the post, we loved hearing your stories! If you didn't win, we still have some places available, so buy your tickets and we'll see you there!

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Plus

2 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. Stelian said

    Oh bummer, better luck next year :(

  2. Marc said

    Didn't you use the wrong script?

    <?php
    function PickWinner() {
    $entries = 42;
    $seedArray = array(117,131,304,350,403,410,1035,1681);

    srand($seedArray[rand(0,count($seedArray)-1)]);
    return rand(1,$entries);
    }
    echo "Winner is entry #".PickWinner()."";
    ?>

Some HTML is OK

(required)

(required, but never shared)

or, reply to this post via trackback.