|
Posted by Philip Ronan on 09/30/05 18:51
"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@mail.goo.ne.jp";
> $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/
[Back to original message]
|