<?php $list = array( 0 => "F", 1 => "E", 60 => "B", 20 => "C", 14 => "D", 100 => "A" ); asort($list); print 'sorted: '.var_export($list, true);
You have javascript disabled. You will not be able to edit any code.