Hello Everybody,
I have a page in which I want to pass in variables via the URL. This part is easy. The question I have is if no variable is passed. If none is passed I want to set it to Null. How can I do this only when no variable is passed?
For instance if I have a site setup to take this:
I know I have the variable referingid but if somebody does the following:
Then there is no variable passed so I want to set referingid to Null.
Thanks,
Zych
I have a page in which I want to pass in variables via the URL. This part is easy. The question I have is if no variable is passed. If none is passed I want to set it to Null. How can I do this only when no variable is passed?
For instance if I have a site setup to take this:
I know I have the variable referingid but if somebody does the following:
Then there is no variable passed so I want to set referingid to Null.
Thanks,
Zych