Octavian Rasnita wrote:
I know to use the Net::SMTP module, but I would like to send an email which
has a fiew file attached and to be an HTML type because I want to include an
image in it.
Do you know which perl module can help me doing that?
Try Mail::Sender.
-- Greg
--
To unsubscribe, e-mail:
Deepesh Nambiar wrote:
I am trying to set cookie in PHP but I am getting this error. Any idea?
Warning: Cannot modify header information - headers already sent by
(output started at
/home/stringin/public_html/blog/blogs/smart/checkuser.php:5) in
/home/stringin/public_html/blog/blogs/smart/checku
On Mon, 20 Oct 2003 03:55:40 +0500
"Sara" <[EMAIL PROTECTED]> wrote:
> # Lets Suppose the form Input contains the quotes in the string e.g.
>
> $field = "This is the string "which" contains the quotes";
>
> The script stops printing everything after first quote ("), I KNOW where the problem
> i