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&
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
2 matches
Mail list logo