<!--parser:xtscript--> var $haystack = abefcdefghijklm var $needle = EF var $offset = 4 var $position = call stripos $haystack=$haystack; $needle=$needle; $offset=$offset ; print haystack = $haystack<br /> print needle = $needle<br /> print offset = $offset<br /> print position = $position <!--/parser:xtscript-->Show in textarea