Querystring multiple values
-
Hi,
I’m using:
isset( $_GET['state'] ) && $_GET['state'] === $state
in a function to check for a query string ?state=TAS
is there a way to check for multiple values ie; show content if state=TAS or state=VIC or state=WA
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Querystring multiple values’ is closed to new replies.