Re: newbie with imap_mail_move

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Feb 9, 2013 at 7:29 PM, dealTek <dealtek@xxxxxxxxx> wrote:

>
> Warning: reset() [function.reset]: Passed variable is not an array or
> object in /home/bbeast/public_html/emtest/em-move.php on line 91
>


> if ($mbox_name != $newmbox_name) {
>   reset($msg_no);
>   $messageset = implode (",",$msg_no);
>   imap_mail_move($mbox,$messageset,$newmbox_name);
>   imap_expunge($mbox);
> }
>

Where is the variable $msg_no coming from?

Adam

-- 
Nephtali:  A simple, flexible, fast, and security-focused PHP framework
http://nephtaliproject.com

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux