PHP: separate value in array according to alphabate order
- by Sanjay
hi,
i want to find values in array according to alphabate and want to make list in of array values according to alphabate order.
my array is like that:
Array (
[0] = Array
(
[0] = Adidas
[1] = AKG
[2] = Apple
[3] = Barrats
[4] = Canon
[5] = Dell
[6] = Dixons
[7] = HTC
[8] = Liverpool
[9] = Microsoft
[10] = Pirelli Tyres
[11] =
)
)
and i want to make a list of values according to alphabate like this:
A
Adidas
AKG
plz any idea?