|
The %[] syntax is:
%[param:before:after:notfound:empty]
param: the query string parameter name
before: what to put before, if found
after: what to put after, if found
notfound: what to put, if the parrameter is missing
empty: what to put, if the parameter is empty
:-) | |