Hi People, I was wondering if there is anyway to combine these two IF statements into one:
if (preg_match("@siteUserList.cgi?group=site177@", $QUERY_STRING))
and:
if (preg_match("@siteUserList.cgi?group=site177&@", $QUERY_STRING))
In other words I need it to match if the query string HAS or DOESNT
HAVE a "&" at the end.
Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

