I know it's late and I might be tired, but...
I am trying to set a variable equal to the value of a column name.
col_name comes from a plugin option and is the name of a column. i.e. Color.
<%value%>Displays 'Color'
I want the value from that column, i.e. 'Red'
I did consult the template docs, but didn't find the solution there
I also tried other variations, but no go.
Thanks,
Chris
RGB World, Inc. - Development and Web hosting.
Support Center | Links SQL Plugins | Luna Templates | RGB World, Inc.
I am trying to set a variable equal to the value of a column name.
col_name comes from a plugin option and is the name of a column. i.e. Color.
Code:
<%set value =col_name%> <%value%>
I want the value from that column, i.e. 'Red'
I did consult the template docs, but didn't find the solution there
I also tried other variations, but no go.
Thanks,
Chris
RGB World, Inc. - Development and Web hosting.
Support Center | Links SQL Plugins | Luna Templates | RGB World, Inc.

