php if url contains query code example Example: php if url contains if(strpos($_SERVER['REQUEST_URI'], "string")) { ... }