my code:
srand ((float) microtime() * 10000000); return array_rand($lines,100); The returned array is ALWAYS in the same order. I'm running PHP 4.2.3 and Apache/2.0.39 Does anyone have a solution or a workaround for this problem? The script works fine on a UNIX server. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php