This probably isn't strictly a PHP question, but I beg the indulgence of those who
know mySQL as well...
I have a result array grabbed from a mysql table. Is there a quick way to randomize
the order that the rows fall into the array instead of "as they are extracted from the
table" order?
Tha
> BTW there is a nice MySQL Windows mailing list.
I wouldn't say that. Some of the authers there really need a lay... ;)
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
SELECT
...
ORDER BY RAND()
BTW there is a nice MySQL Windows mailing list.
hth
Ignatius
_
- Original Message -
From: "H Marc Bower" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, August 10, 2003 11:46 PM
Subject: [PHP-WIN] Random
heheh... Thank you, Ignatius and B.A.T. I guessed there had to be a simple
way.
(V)
- Original Message -
From: "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]>
> > BTW there is a nice MySQL Windows mailing list.
>
> I wouldn't say that. Some of the authers there really need a lay... ;)
>
>