[ad_1]
used shuffle function
$a=array("a","b","c","d","e");
shuffle($a);
print_r($a);
for more details about shuffle read Documentation
[ad_2]
solved php – how to randomizing items in array
[ad_1]
used shuffle function
$a=array("a","b","c","d","e");
shuffle($a);
print_r($a);
for more details about shuffle read Documentation
[ad_2]
solved php – how to randomizing items in array