Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-14-2012, 05:38 PM   PM User | #1
helen11
New Coder

 
Join Date: Nov 2011
Location: South Africa
Posts: 46
Thanks: 12
Thanked 0 Times in 0 Posts
helen11 is an unknown quantity at this point
Sort textbox values alphabetically

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
helen11 is offline   Reply With Quote
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
Old 12-14-2012, 10:44 PM   PM User | #3
helen11
New Coder

 
Join Date: Nov 2011
Location: South Africa
Posts: 46
Thanks: 12
Thanked 0 Times in 0 Posts
helen11 is an unknown quantity at this point
I am creating a html form and the user has to input values into text boxes but I don't know the values the user is going to enter is it posible to create an array if I an unaware of the values?
helen11 is offline   Reply With Quote
Reply

Bookmarks

Tags
alphabetically, php, sort

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:30 AM.


Advertisement
Log in to turn off these ads.