Hey,
I have looked for ages for something so simple, yet I always find complicated answers :mad:
I have an array like 'admin', 'rich', 'alex'
which I have listed in a drop down box, but I want it sorted alphabetically so the results would be:
<select>
<option>admin</option>
<option>alex</option>
<option>rich</option>
</select>
Any simple answers would be greatly appreciated...
Thanks
Mark Baker