jd2007 Posted July 30, 2007 Share Posted July 30, 2007 for e.g, fnding the word "hello" in this string : "hello world"... Quote Link to comment Share on other sites More sharing options...
btherl Posted July 30, 2007 Share Posted July 30, 2007 There are many functions strstr() strpos() stripos() (php5) stristr() Edit: And you can look them up in the online documentation at http://www.php.net Quote Link to comment Share on other sites More sharing options...
jd2007 Posted July 30, 2007 Author Share Posted July 30, 2007 thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.