Thanks to both you and Craig for your help, I was able to get it working.
Plus your responses have pointed to some areas I need to research. I'm sure
be asking more in the future. bb
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
In a message dated 1/18/2003 6:43:00 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:
> I was looking for
> something similar to the PHP addslashes(). Or maybe replace, like
> replace(strAdd, "@", "\@").
You could just say
$email = '[EMAIL PROTECTED]';
The '..' is without interpolation, and
l Message-
> From: Craig Dean [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, January 18, 2003 6:16 PM
> To: Beginners-Cgi
> Subject: Re: Escape Characters
>
> On Saturday 18 January 2003 03:44 pm, you wrote:
> > I'm trying to send mail to users returned from a database. T
y, January 18, 2003 6:16 PM
To: Beginners-Cgi
Subject: Re: Escape Characters
On Saturday 18 January 2003 03:44 pm, you wrote:
> I'm trying to send mail to users returned from a database. The problem
> occurs when sendmail sees the "@" in the email address.
> Is there a function to e
On Saturday 18 January 2003 03:44 pm, you wrote:
> I'm trying to send mail to users returned from a database. The problem
> occurs when sendmail sees the "@" in the email address.
> Is there a function to escape reserved characters?
> Also, does sendmail allow sending as HTML?
> TIA bb
Yes the perl
I'm trying to send mail to users returned from a database. The problem
occurs when sendmail sees the "@" in the email address.
Is there a function to escape reserved characters?
Also, does sendmail allow sending as HTML?
TIA bb
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
Hi, I would like to know how to remove escape characters from strings.
I use PHP and it has a function called StipSlashes (), that does exactly
that, but I cannot seem to find anything similar in Perl. We have
existing CGi scripts that read input from a web form, and then
displays/mail the