[ic] Accessing perl query results using interchange [sql-param] tag

John1 list_subscriber at yahoo.co.uk
Sat Mar 13 10:10:35 EST 2004


Is there a way for me to access the results of a query made within
[perl][/perl] tags, using the [sql-param] tag or similar?

i.e.

[perl]
$sql = "SELECT description, thumb, image, price, sale_price from products
WHERE sku='$Scratch->{fly_code}'";
$result_array = $Tag->query({sql=>$sql});
[/perl]
...
[sql-param description]
...

Thanks,

John



More information about the interchange-users mailing list