[PHP] Help in sorting

2003-04-02 Thread Haseeb Iqbal
hi, i want to sort messages in a sequence the sequence is "23,12,25" (these are message nos) now when i call like this $nMsgSeq="23,12,25"; imap_fetch_overview($pIMAP,$nMsgSeq,0); i get an array sorted like Array ( [0] => stdClass Object ( [uid] => 21

RE: [PHP] Help in sorting

2003-04-02 Thread John W. Holmes
TECTED] > Sent: Wednesday, April 02, 2003 9:17 PM > To: PHP General > Subject: [PHP] Help in sorting > > hi, > i want to sort messages in a sequence > the sequence is "23,12,25" (these are message nos) > now when i call like this > > $nMsgSeq="23,12,25&