View Single Post
Old 10-05-2004, 03:09 PM  
marzzo
Confirmed User
 
marzzo's Avatar
 
Industry Role:
Join Date: May 2002
Posts: 2,134
simple one:

PHP Code:
<?
mt_srand((float)microtime()*1000000); 
$f=file("your_gallery_list_here.txt"); 
$u=trim($f[mt_rand(0,sizeof($f)-1)]); 
header("Location: $u"); 
?>
marzzo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote