I have an array 1,10,2,3,4,5,6,7,8,9
I want to sort it so I can return 1,2,3,4,5,6,7,8,9,10
I have tried the PHP function sort but it returns it in the original format.
Please help
I want to sort it so I can return 1,2,3,4,5,6,7,8,9,10
I have tried the PHP function sort but it returns it in the original format.
Please help