Hi all, we are trying to set up a condition as follows and was wondering the best way to set this up.
If customer's IP = 10.1.10.1.1 OR 10.1.10.2 OR hostname = certainhost
Do this...
Else
Do this...
Endif
I was hoping to maybe set up a variable to be set at TRUE or FALSE so that if we needed, we would have the capabilities to use where ever we wanted throughout the page.
Any ideas on how I can accomplish this?
Thanks
If customer's IP = 10.1.10.1.1 OR 10.1.10.2 OR hostname = certainhost
Do this...
Else
Do this...
Endif
I was hoping to maybe set up a variable to be set at TRUE or FALSE so that if we needed, we would have the capabilities to use where ever we wanted throughout the page.
Any ideas on how I can accomplish this?
Thanks
Comment