Quote:
Originally Posted by psili
Not sure about why the HREF's aren't display but try:
$deck = file('test.txt');
shuffle($deck);
echo implode(' ',$deck);
|
That worked... thanks!... nice & short too...
Thanks to everyone else that helped aswell! Much appreciated!
I just hope this phrases fast when 50 or so entries are added to the txt file...