----- Original Message -----
From: "Brent Michalski" <[EMAIL PROTECTED]>
To: "james lundeen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, December 13, 2002 12:30 PM
Subject: Re: really basic question about CGI module


>
> Use the $dbh->quote function, it is part of the DBI interface...
>
> $foo = $dbh->quote($foo);
>
> Brent
>
Definitely use quote function.  I use it for all the text input that may
have a special character in it, such as memo fields, no point in making
added work for yourself



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to