Re: [PHP] problem imap_headerinfo
[email protected] (Chris)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
Richard Kurth wrote: > I get a *Catchable fatal error*: Object of class stdClass could not be > converted to string on this line $mail_head = imap_headerinfo($conn, $i); RTM. http://www.php.net/imap_headerinfo It's an object, not a string. print_r($mail_head);