Hi,
I am getting confused with sorting arrays...
$arraytest =array(5) { [0]=string(2) "39" [1]=string(2) "44" [2]=>
string(2) "77" [3]=string(3) "150" [4]=string(3) "464" }
why do i get NULL value if i try to sort this array using sort command?
sort($arraytest );
Thanks for your help!
VooDoo
I am getting confused with sorting arrays...
$arraytest =array(5) { [0]=string(2) "39" [1]=string(2) "44" [2]=>
string(2) "77" [3]=string(3) "150" [4]=string(3) "464" }
why do i get NULL value if i try to sort this array using sort command?
sort($arraytest );
Thanks for your help!
VooDoo
Comment