Message -
From: "vlad georgescu" <[EMAIL PROTECTED]>
To: "php-general"
Sent: Saturday, June 04, 2005 1:54 PM
Subject: [PHP] url by mail
how can i send a webpage by mail ?
i'v tryed something like that
$fd = fopen ($url, "r");
$contents = fread($fd, 1
how can i send a webpage by mail ?
i'v tryed something like that
$fd = fopen ($url, "r");
$contents = fread($fd, 102400);
print $contents;
fclose ($fd);
mail($adr,$url,$contents);
but the message is blank :(
what's the problem ?
2 matches
Mail list logo