[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] [if cgi]
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
- Follow-Ups:
- [ic] [if cgi]
- From: interchange-users@interchange.redhat.com (Kevin Walsh)