Hi all,
:)
I have an URL like this index.php?a=0&b =0&c=1&d=0&e=0& f=0
My prob now is: how can I find out if only *one* get var (a,b,d,d,e,f)
is 1?
I dopn't care about the other, i must detect, if *only one* var in the
url has its value 1, and all others are 0 then...
Thanks in advance - you are a great group here!
Marc
:)
I have an URL like this index.php?a=0&b =0&c=1&d=0&e=0& f=0
My prob now is: how can I find out if only *one* get var (a,b,d,d,e,f)
is 1?
I dopn't care about the other, i must detect, if *only one* var in the
url has its value 1, and all others are 0 then...
Thanks in advance - you are a great group here!
Marc
Comment