Skip to content

Instantly share code, notes, and snippets.

@coreyweb
Created March 25, 2012 13:58
Show Gist options
  • Save coreyweb/2194743 to your computer and use it in GitHub Desktop.
Save coreyweb/2194743 to your computer and use it in GitHub Desktop.
PHP Randomizer
<?php
// Set the lowest & highest numeric point in you series names of your includes files - example here is 1 and 4
$sl = rand(1,4);
echo $sl;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment