<< <


This tests the Apache if-elif-else-endif SSI flow control construct. The core of the code is:
<!--#if expr="$ARACHNA_KEYWORDS = /Flow Control/" -->
<H2>You are looking at the SSI "flow control" page</H2>
<!--#elif expr="$ARACHNA_KEYWORDS = /Date Formatting/" -->
<H2>You are looking at the SSI "date formatting" page</H2>
<!--#else -->
<H2>I don't know what you're looking!</H2>
<!--#endif -->

You are looking at the SSI "flow control" page

Besides the match operators, you can test for lexical greater than and less than comparisons, equality, inequality as well as presence and absence of a variable. See the mod_include docs for details on the supported operators.

Link To This
You can link to this page by including this snippet

in your html


spidaman
© 1996-2007 Ian Kallen | Copyright Notice