RE: [PHP-WIN] extracting email addresses

2001-05-18 Thread Matei Mihai
I subscribe to Svensson opinion regarding Afan questions. I think that some of the people using this list should have a little more common sense. I am tired of those stupid repeating questions. When I became a member I was able to read all the problems posted, now I am thinking at unsubscrib

RE: [PHP-WIN] extracting email addresses

2001-05-18 Thread Svensson, B.A.T.
First: Why do you forward a personnel addressed message into a public e-mail list? (And thus "forcing" me to pollute this e-mail list with our none-topic gabble?) Second: in doing so, why do you just include selected parts? I you forward a private message, then if you have any, WHAT-SO-EVER, goo

Re: [PHP-WIN] extracting email addresses

2001-05-18 Thread afan
-) "yaawning" for somebody's work - it shows in the best way what kind of person is he. Afan - Original Message - From: "Paul Meagher" <[EMAIL PROTECTED]> To: "Svensson, B.A.T. " <[EMAIL PROTECTED]>; "afan" <[EMAIL P

RE: [PHP-WIN] extracting email addresses / also NEWBIES please read !!

2001-05-18 Thread Michael Rudel
eagher [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 18, 2001 7:46 AM > To: Svensson, B.A.T. ; afan; [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] extracting email addresses > > > > Most normal intelligent persons without any programming > skills are able > > to put tog

Re: [PHP-WIN] extracting email addresses

2001-05-17 Thread Paul Meagher
> Most normal intelligent persons without any programming skills are able > to put together a workable program if they only have a manual, because > humans are creative beings. But then manage to make a program that works > for a task doesn't mean that these guy can do programming! These fellows >

RE: [PHP-WIN] extracting email addresses

2001-05-17 Thread Svensson, B.A.T.
>1. I have "some" basic programming skills >(see sites I already programmed by Well, quite nice design!, but... what do you want for that? A medal or what? ;-) >and some more sites...) BUT I expect to find here some >people they will TEACH me something I still do not know >(and, of course, th

Re: [PHP-WIN] extracting email addresses

2001-05-17 Thread afan
- Original Message - From: "Svensson, B.A.T. " <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "afan" <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 11:36 AM Subject: RE: [PHP-WIN] extracting email addresses > >there is my problem: I h

RE: [PHP-WIN] extracting email addresses

2001-05-17 Thread Svensson, B.A.T.
>there is my problem: I have a large text file with a lot of >email addresses included in text. I have to extract just email >addresses from a whole text. >What's the way to do that? They way to do it is first to do your homework: which simply is to develop some basic programming skills with

Re: [PHP-WIN] extracting email addresses

2001-05-17 Thread afan
- Original Message - From: "Michael Rudel" <[EMAIL PROTECTED]> To: "'afan'" <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 7:09 AM Subject: RE: [PHP-WIN] extracting email addresses > Hey afan, > > just make a strpos for an @, get the fir

Fw: [PHP-WIN] extracting email addresses

2001-05-17 Thread afan
Thanks Johan for your HELP! - Original Message - From: "Johan Lundqvist" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 12:38 AM Subject: Re: [PHP-WIN] extracting email addresses > Get in contact with some SPAM people... the

Re: [PHP-WIN] extracting email addresses

2001-05-17 Thread Johan Lundqvist
Get in contact with some SPAM people... they all seem to get it done... afan wrote: > > Hi all, > there is my problem: I have a large text file with a lot of email addresses included >in text. I have to extract just email addresses from a whole text. > What's the way to do that? > > Thanks for

Re: [PHP-WIN] extracting email addresses

2001-05-16 Thread Michael Kelley
Couple tid bits of info will help. Is the file in a defined format? Are the emails just random within the text? If random you'll want to use preg_match_all You'll have to develop the exact expression to find the emails address. If the file is formatted just figure out the pattern and grab parti

[PHP-WIN] extracting email addresses

2001-05-16 Thread afan
Hi all, there is my problem: I have a large text file with a lot of email addresses included in text. I have to extract just email addresses from a whole text. What's the way to do that? Thanks for any help! Afan