here is a tricky question , as i've probably said work is still using php3 and mysql 3.22 which has no random select function , and the only way i can randomise results is place them into an array and use shuffle , although shuffle will not randomise on a two dimensional array , how can i get this to work in php3 i have to call the microtime seed function first before shuffle it works for one dimensional arrays?
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php