Search results

  1. N

    Problem while e-mail reading in php

    I am want to read email using php. I am using following code, $body = imap_fetchbody($imap, $id, "1"); echo"$body"; But it gives me unreadable message contents like, --001636af01dbc45b8d048bc1671d Content-Type: text/plain; charset=ISO-8859-1 [image...
Top Bottom