hello
again another general question , what can i see in that page
let me guess , you have an array and it is the font names ? and you displaying that array in a selection box ...
anyway
to sort these things ( if they are coming from database )
if in array ( after connecting to database , fetching array of the fonts names , sortarr will help )
to use arsort or asort you should understand what your array storing data and how
see this page from php
http://ca3.php.net/manual/en/function.asort.php
and
http://ca3.php.net/manual/en/function.arsort.php
you can read about sorting arrays the way you want , you can sort them by the name of the field value and i am not sure how
=============
you can also try to sort the database query data ( use order by )
see this topic ( [RESOLVED] How to Sort Ascending My Query Results )
http://www.phpbuilder.com/board/showthread.php?t=10322634
and please remember , i am not expert , i am learning , i just read a lot , and i read that we have to put code here , so ppl can assist us better , to get an expert or advanced php programmer answer you , post the codes using the php bbcode tags , so they can see the code and find out what does need to be changed
regards'