Quote:
Originally Posted by helen11
Hi I'm new to PHP and I would like to know how to sort text box values entered by a user alphabetically. Thanks in advance 
|
Hi Helen,
You might want to separate values by using any delimiter. If you want you can store them in database . Once done you can run sql query and use ASC function in the end. This will sort them alphabetically
You can either store them in array or use while loop key in values.
Tell me more about your program or logic if I can be of any help to you.
Cheers,
Nehal