Re: Email with attachment and HTML email

2003-10-07 Thread Greg Bolshaw
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:

Re: How to set a cookie in PHP

2003-10-08 Thread Greg Bolshaw
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

Re: quotes problem

2003-10-20 Thread Greg Bolshaw
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