View Single Post
Old 02-28-2002, 04:41 PM  
Brujah
Beer Money Baron
 
Brujah's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: brujah / gmail
Posts: 22,157
seed the random number generator, and try mt functions

Code:
<?php

  $fileName*=*"./galleries.txt";

  mt_srand( (double) microtime() * 1000000 );
  $a*=*file($fileName);
  $randNum*=*mt_rand( 0, sizeof($a)-1 );

  header( "Location: ".*$a[$randNum] );
?>
__________________

Last edited by Brujah; 02-28-2002 at 04:45 PM..
Brujah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote