You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
contains
About this tag
The 'contains' tag on WindowsForum.com covers discussions about checking if a string or text contains a specific word or substring, particularly in PHP scripting. Topics include using PHP functions like strpos or preg_match to perform word matching in text files or strings. While the tag is not limited to Windows-specific issues, it appears in the context of web development and scripting on Windows systems. Users seek help with implementing contains logic in their code, often for text processing or search functionality.
I have an applications developed with PHP. I have a big text file where I want to match for a word but this can be change in the feature. How can I match a word in PHP?