Created
March 25, 2012 13:58
-
-
Save coreyweb/2194743 to your computer and use it in GitHub Desktop.
PHP Randomizer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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