[ic] [if cgi]

Jim Webster interchange-users@interchange.redhat.com
Thu Apr 4 20:23:00 2002


I'm trying to use [if cgi blahblah eq whateverhere].

It works if I use [if cgi blahblah eq 123] but when I try to use data in the
database, it doesn't.  Here is what I have tried:

[value name="actual" set="[data table='players' column='key_num' key='[data
session username]']" hide=1]

[if cgi blahblah eq [value actual]]
[if cgi blahblah eq '[value actual]']
[if cgi blahblah eq "[value actual]"]

None of these work, can someone help?

Jim Webster