View Single Post
Old 10-18-2011, 12:18 AM  
k0nr4d
Confirmed User
 
k0nr4d's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,228
PHP Code:
$filesArr = array();
$filesArr[] = 'blah.php';
$filesArr[] = 'blah2.php';
$filesArr[] = 'blah3.php';
shuffle($filesArr);
include(
$filesArr[0]; 
k0nr4d is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote