G
Guest
I'm passing a querystring to another page and the string has True and a
number associated with the true.
the string looks like this:
true|false|false|1|2|3|
(true & false is the value of the checkbox)
how can i split this string up and only show True and the number associated
with it?
number associated with the true.
the string looks like this:
true|false|false|1|2|3|
(true & false is the value of the checkbox)
how can i split this string up and only show True and the number associated
with it?