RE: [htmltmpl] (no subject)
Brought to you by:
samtregar
From: Philip S T. <phi...@gm...> - 2002-06-28 09:36:41
|
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. |