Skip to content

Instantly share code, notes, and snippets.

@leedavis81
Created August 29, 2014 12:03
Show Gist options
  • Save leedavis81/16bf7d0625e636837b6e to your computer and use it in GitHub Desktop.
Save leedavis81/16bf7d0625e636837b6e to your computer and use it in GitHub Desktop.
<?php
$x = array("@rgbdesignsuk", "@scanrif", "@SkyRak3r", "@MarcTowler", "@aran384", "@_daverandom", "@billieathompson", "@leeboynton", "@elinor_gilbert", "@uresu", "@simonscarfe", "@dshafik", "@MultiAxisMatt", "@craigwillis85", "@ukmadlz", "@iamkahdija", "@AidanThreadgold", "@bopp", "@beausimensen");shuffle($x);echo "\nAnd the winner is: " . array_pop($x) . "\n\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment