[PHP] Re: Sorting in PHP
Found my problem, i'm runnig php 4.3.11, will update first then i will try again. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Re: Sorting in php
"Uma Shankari T." wrote: > Can anyone please tell me is there any function in php for sorting in > which the contents are stored in array Have you seen sort(), arsort(), asort(), ksort(), natsort(), natcasesort(), rsort(), usort(), array_multisort(), or uksort()? Luke Welling -- PHP and