I am trying to find weather string contain particular word by using php strpos
function and i have tried below code
echo strpos('sfsdf/abc/this', 'sfsdf/');
though it should return true because sfsdf/
present in string I am getting 0(false).
here is live example http://codepad.viper-7.com/dqvNCR