Hi, I need a simple solution to sort an array alphabetically, here is my code:
As you can see I added the sort function, but doesnt work.. any ideas?PHP Code:<?php while(sort($cities=dbFetchArray($results)))
{?>
<option value="<?=$cities['grd']?>"> <?=$cities['grd']?></option>
<?php }?>



Reply With Quote




Bookmarks