I have the following code:
image . \"; echo($url); endforeach; ?>
shuffle($array_name); // will shuffle array
http://www.php.net/manual/en/function.shuffle.php
Also the foreach should be
for($array_name as $array_item) { // do stuff }