I want to make it so that my multi dimensional array is in a random order. How would you do it?
// This is how the array looks like print_r($slides); Array
i am not sure how you want it to display but you can loop the array and use php rand(0,arraylen) function to parse the array.