PHP Classes

cant get Content-ID

Recommend this page to a friend!

      PHP MIME Email Message Parser  >  All threads  >  cant get Content-ID  >  (Un) Subscribe thread alerts  
Subject:cant get Content-ID
Summary:i cant see value of Content-ID
Messages:3
Author:Dennis Alvin
Date:2008-10-16 04:25:42
Update:2008-10-16 05:29:47
 

  1. cant get Content-ID   Reply   Report abuse  
Picture of Dennis Alvin Dennis Alvin - 2008-10-16 04:25:42
hello manuel,

first, thanks for such a great class.. everything works smoothly except..

i cant seem to get the value of Content-ID.
on mime_parser.php, i try this:
var_dump($this);
and content-id has no value
but when i enable debug mode, i can see cid value.


hope you can help me.
thanks in advance!

  2. Re: cant get Content-ID   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-10-16 04:36:52 - In reply to message 1 from Dennis Alvin
Usually the Content-ID value is within < > characters. If you display it in a Web page, the browser assumes it is an unknown tag and does not display anything, but the value is there. Just check the page HTML source.

  3. Re: cant get Content-ID   Reply   Report abuse  
Picture of Dennis Alvin Dennis Alvin - 2008-10-16 05:29:47 - In reply to message 2 from Manuel Lemos
ah yes, i have seen it already. thanks manuel!
silly me i just went straight ahead to ask :)