Thanks that did solve the issue i was running into.
-Original Message-
From: Dimitar Peikov [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 29, 2001 7:14 AM
To: Boyd, David
Subject: Re: Help working with html, embper, and oracle
Use this :
$sql = "INSERT INTO incident (incide
;
$dat = $dbh->prepare($sql);
$dat->execute;
-Original Message-
From: Gerald Richter [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 11:01 PM
To: Boyd, David; EmbPerl News Group (E-mail)
Subject: Re: Help working with html, embper, and oracle
>
> i would like
l News Group (E-mail)
Subject: Re: Help working with html, embper, and oracle
On Tue, Oct 23, 2001 at 01:15:19PM -0500, Boyd, David wrote:
> I have some textareas on my html page. the problems come in when the user
> enter single and/or double quotes and carrage returns in the text area,
doe
Peter Mayr wrote:
>
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> > -Original Message-
> > From: Boyd, David [mailto:[EMAIL PROTECTED]]
> > Sent: 23 October 2001 19:15
> > To: EmbPerl News Group (E-mail)
> > Subject: Help working w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> -Original Message-
> From: Boyd, David [mailto:[EMAIL PROTECTED]]
> Sent: 23 October 2001 19:15
> To: EmbPerl News Group (E-mail)
> Subject: Help working with html, embper, and oracle
>
>
> I am having the f
>
> i would like for the user to be able to enter single and double quotes and
> carrage returns in these areas. basically save the formatting.
> ...
Unless you have set escmode to a different value Embperl should handle this
correctly for you. Please verify the value of $escmode (e.g. insert [+
On Tue, Oct 23, 2001 at 01:15:19PM -0500, Boyd, David wrote:
> I have some textareas on my html page. the problems come in when the user
> enter single and/or double quotes and carrage returns in the text area, does
> a save to the database. Then when the info is read back out of the database
>
I am having the following problem.
I have some textareas on my html page. the problems come in when the user
enter single and/or double quotes and carrage returns in the text area, does
a save to the database. Then when the info is read back out of the database
there is errors on the html page