Which documentation should we check to get information on the undocumented
features? ;)
ps... I'm joking.
-Original Message-
while not documented, PHP now has the mail-parse functions (see
documentation for function list)
Michael,
Wow, correct you are:
http://www.php.net/manual/en/ref.mailparse.php
Thank you, I will definitely see what that has to offer me.
Jonathan Duncan
"Michael Geier" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> while not documented, PHP now has the
while not documented, PHP now has the mail-parse functions (see
documentation for function list)
> -Original Message-
> From: Jonathan Duncan [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 10, 2002 3:48 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] Parse an email mess
Exploding at the "=" is a good idea. I'd just fread the file into a
variable, explode it, and then egrep up to the first delimeter. I'm not
sure if this is the best approach... but it's the most likely approach I'd
take if I were working on this. =)
---
I am looking for an i
Ed,
Thanks for the reply. Actually, I have the module version and the cgi
version of PHP running on my server. I have another script that I run
daily, but that is a different beast with my own content. Also, I know
about egrep and preg_egrep, great functions. However, I am looking for an
idea
You'll need to have a cgi version of PHP to use in cronjobs and you'll need
to use http://www.php.net/manual/en/function.preg-grep.php
Good luck =)
-Original Message-
From: Jonathan Duncan [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 10, 2002 12:48 PM
To: [EMAIL PROTECTED]
Subject: [PHP
6 matches
Mail list logo