View Single Post
Old 12-14-2012, 05:58 PM   PM User | #2
EarthToHeaven
New to the CF scene

 
Join Date: Dec 2012
Location: Toronto, ON
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
EarthToHeaven is an unknown quantity at this point
Quote:
Originally Posted by helen11 View Post
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
EarthToHeaven is offline   Reply With Quote