Re: grabing email addresses
- From: Philip Ronan <invalid@xxxxxxxxxxxxxxx>
- Date: Fri, 30 Sep 2005 16:51:36 +0100
"Erwin Moller" wrote:
> Taxi Driver wrote:
>
>> Does anyone know of a good script to gather email addresses from a
>> specific web site.
>>
>> Thank you.
>
> Yes, try this one:
>
> $tomail = "7sumari@xxxxxxxxxxxxxx";
> $subject = "Great new mailprogram! Try it now!";
> $body = "Buy now the latest greatest mailprogram.";
> while("spam" == "spam") {
> mail($to, $subject, $body);
> }
>
>
> Regards,
> Erwin Moller
Hang on, shouldn't that be "mail($tomail, $subject, $body);"?
Maybe someone should try running this on their server just to make sure
there aren't any other bugs.
--
phil [dot] ronan @ virgin [dot] net
http://vzone.virgin.net/phil.ronan/
.
- References:
- Re: grabing email addresses
- From: Erwin Moller
- Re: grabing email addresses
- Prev by Date: How to fix open_basedir restriction in effect... problem
- Next by Date: Re: simple multiuser considerations
- Previous by thread: Re: grabing email addresses
- Next by thread: PHP 5.0.4 with Windows XP - trying to do file zip utility causes Apache 2.0.53 to crash
- Index(es):
Relevant Pages
|