Posted by Mladen Gogala on 12/18/05 10:24
On Sat, 17 Dec 2005 21:36:50 +0100, Stefan Mueller wrote: > With the PHP command 'sort' I can sort an array You can try usort function to which you have to provide sort function. If you want to sort array by key, you can try with uksort. -- http://www.mgogala.com
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming