<?php $files = array ( 0 => 'test2.jpg', 1 => 'Test10.jpg' ); shuffle($files); sort($files, SORT_FLAG_CASE | SORT_STRING); print_r($files); natcasesort($files); print_r($files);
You have javascript disabled. You will not be able to edit any code.