Hello everybody,
Is there any function that could shuffle the result from a query, I know that there is such a function for an array.
Thanx Anthony
you can use mysql_fetch_array() to fetch the result set into array and after that to shuffle the array. Is this enough ?
SaS.