RE: [htmltmpl] (no subject)
Brought to you by:
samtregar
From: Cory T. <ct...@on...> - 2002-06-28 11:53:54
|
> -----Original Message----- > From: htm...@li... > [mailto:htm...@li...]On Behalf Of > Philip S Tellis > Sent: Friday, June 28, 2002 5:31 AM > To: HTML::Template List > Subject: RE: [htmltmpl] (no subject) > > > On Fri, 28 Jun 2002, Chris Davies wrote: > > > Presumably you use DBI to get the data from your database. DBI > provides an > > "escape the quotes" operation for strings containing single quotes. You > > could perhaps use that to process your data prior to giving it to H::T > > except, the way DBI escapes single quotes is by using a second quote: > > ' -> '' > > for most databases at least. As far as I know, this is a function (for both 'neat' and 'quote') that has behavior dependent on the DBD loaded by DBI. -- Cory |