Test of #IF
This document contains a simple demonstration of the #IF
XSSI conditional server side include.
Note: the following #SET variables are equal to:
- FOOBAR = sample
- BARFOO = 2
- FOO = A
- BAR = B
Begin the the test ....
Samples:
mode 2 ,
submode A
- $bar != $foo :
true
- ($foo="A") && ($bar != "B"):
false
That's all.