Re: [PHP] newbie with imap_mail_move

2013-02-09 Thread Adam Richardson
On Sat, Feb 9, 2013 at 7:29 PM, dealTek 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); > ima

[PHP] newbie with imap_mail_move

2013-02-09 Thread dealTek
Hi all, I'm a newbie with imap_mail_move trying to open the INBOX and move all mail to LEGACY folder box (got this code from the net) it shows these errors... any idea how to fix this? --- Warning: reset() [function.reset]: Passed variable is not an array or object in /h