Thread: Random Text
View Single Post
Old 05-07-2008, 11:58 AM   #6 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

no because array_unique filters the array and removes duplicates, therefore it wont return anything we can use to check against, in otherwords you would have to loop alot more and have the array filtered and maybe not end up with enough random numbers, if that makes sense?
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote