It's not a web/PHP question per se. I don't have access to the query string information as a variable in this case.
eelixduppy
8:25 pm on May 18, 2008 (gmt 0)
What are you using this for? If not php is it apache's mod_rewrite? Something else? regex patterns match strings so you must have the query or uri string somewhere.
chorny
8:30 pm on May 18, 2008 (gmt 0)
Something like /example\.php\?(?!cat)[\w_-]+=.*/
CernyM
8:58 pm on May 18, 2008 (gmt 0)
What are you using this for? If not php is it apache's mod_rewrite? Something else? regex patterns match strings so you must have the query or uri string somewhere.