Hi there,
I'm a newbie and am trying to sort an array and then use it to populate a drop down form menu.
This array will contain names of companies that will be retrieved from a PostGreSQL database right before the form is displayed in order to make sure that any new companies are included in the drop down menu.
My first question is how do I sort a dynamically created/updated array?
My second question is: How do I use it to populate the drop down menu and make sure that if new companies are in the array, the are included.
Thank you very much for any help,
Rick