php-windows Digest 11 Feb 2002 08:01:10 -0000 Issue 995

Topics (messages 11948 through 11949):

Re: Checking email
        11948 by: Hugh Bothwell

Re: Searching MS Word Docs
        11949 by: Svensson, B.A.T. (HKG)

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---

"Marko Mihalec" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> function isEmailInvalid($val)
> {

Note: this only checks that the value follows the format of a valid email
address.

To actually know whether the address works or not, you pretty much have to
send them email with some secret-key value and wait for them to respond with
that value.


--- End Message ---
--- Begin Message ---
MS Word document are binary.

From: Todd Williamsen 

>I have no idea if its ASCII formatted or not.  I wonder if there is a way
to
>find out?
>
>

>"Nicole Amashta" wrote in message

>> OK, I am not exactly sure of the format of word docs off hand. But if
they
>> are an ascii format, you can just read through the file using PHP and use
>> regular expressions to search for the words. Just a suggestion.
--- End Message ---

Reply via email to