php - Find string in REQUEST_URI -


i need searching content of request_uri.

if $_server['request_uri'] contains rmb_twi something.

this beyond simple. read manual entry strpos()

if (false !== strpos($_server['request_uri'], 'rmb_twi')) {     // } 

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -