I am trying to use string function but these functions are not working in my program.
I am using following function.
echo strpos("set","namesetname");
echo strstr("set","namesetname");
echo stristr("set","namesetname");
echo strchr("set","namesetname");
all these functions are not displaying any things, nothing is returns or displayed on screen.