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

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -