Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Email Message Parsing using PHP
Name: chitvan Date: March 16, 2007 at 04:29:36 Pacific OS: Windows/Linux CPU/Ram: 512 Product: XP
Comment:
I want to parse an email message and want to find the exact message content written without the other details like header and other information attached with the mail message.
Name: hcmk Date: April 24, 2007 at 08:33:34 Pacific
Reply:
hey - i know i didn't post the original, but i would love to know how to do it in php. i would like to open an email and parse out the contents and insert them into a database.
(i know how to do the db side. i just need to know how to manipulate the email files on the server. webserver and emailserver are same box.)
Summary: Hi All, I am using PHP classes to parse the Email content. In the following example I have a pop3 class. following is the code I have used: $email = $pop3->get_mail1($i); $email = parse_email($email...
Summary: Hello everyone, I am trying to parse an HTML webpage and extract some parts of it and save it in a new file. I am not quite sure how to parse an HTML file in PHP. Any suggestions? Thank you very much...
Summary: hi, no problem. I'm learning as well. a) ah, you mean _the_ time, here's to show date and time: date("l F d, Y - g:i a", time ()); Look here, I think you can then customize the format to suits you bes...