Li, Kit-Wing wrote:

Can someone help me with the following?  I have a simple cgi script that is
trying to take the paragraph from a TEXTAREA field and insert the text into
a MySql table.

Use placeholders. See: http://search.cpan.org/author/TIMB/DBI-1.37/DBI.pm#Placeholders_and_Bind_Values


You can also quote it yourself:
http://search.cpan.org/author/TIMB/DBI-1.37/DBI.pm#quote
but placeholders are better.

-zsdc.


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



Reply via email to