I need to iterate a loop to every time find the string appearing after a particular string say "if(O

Posted by Parth on Stack Overflow See other posts from Stack Overflow or by Parth
Published on 2010-03-27T05:11:01Z Indexed on 2010/03/27 5:53 UTC
Read the original article Hit count: 228

Filed under:
|

I need to iterate a loop to every time find the string appearing after a particular string say "if(OLD.", then which PHP function will be helpful for me?

Suppose I have a variable say, $string, according to any select query say "select * friends", Now any of its value contain a string say "how are you Jack?" Now I want to iterate a loop around the above value containing variable to get the varying name of friends after a string "how are you "... Hence I need a function of PHP to accomplish it... Please help

© Stack Overflow or respective owner

Related posts about php

Related posts about string