[ic] [sql-param ...]

Sergey Sheykin sheich@mosinfo.ru
Thu, 26 Apr 2001 16:58:57 +0400


Hi,

how can I set [sql-param fieldname] value to a variable?

[perl arg="scratch"]
$title="[sql-param title]";
return $title;
[/perl]

or

[perl arg="scratch"]
$title='[sql-param title]';
return $title;
[/perl]

does not work properly, if in field meets quote or double-quote.

Whether there is other method?

Sergey.