Hi i got one problem in php/mysql.
Example :
i am getting three data from mysql
1) "Kiril"
2) "Alexander"
3) "Tose"
example
$names.=$row['name']."<br/>";
and $names= Kiril Alexander Tose
i want to make the names to appear randomly
example :
The first time $names=Kiril
seccont time $names= Alexander
third time $names = Tose
I have idea on the random function with setting the info in ARRAY but i don't know how the data in mysql to set in array with php
ANY HELP? please 🙂