Re: [PHP] Imap, reading the email-body

2005-10-19 Thread Nahalingam N. Kanakavel
hi, I think that I understood you problem some what, if you are having newline character (\n) in you string , then you can use Regular expression to replace the \n character with tag. why can't you try something like the following -code tag */ $string = "this is to first_li

Re: [PHP] Imap, reading the email-body

2005-10-19 Thread Leif Gregory
Hello Bruno, Wednesday, October 19, 2005, 10:08:24 AM, you wrote: > Look the main page and try to read any message... I dont know what > can i do to fix it... nl2br() (see php manual) -- TBUDL/BETA/DEV/TECH Lists Moderator / PGP 0x6C0AB16B __ Ge

[PHP] Imap, reading the email-body

2005-10-19 Thread Bruno Gola
Hi guys, I need some help with the imap_body function and how to work with the string that this function returns... Im working on a mailing list archive website and i'm using the imap_* functions to handle this, the header works fine (and other things too) but the Body of the message dont wo