Substring
Posted: Tue Aug 14, 2007 8:21 am
Is there any function in php which checks a particular string exsits in main string?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
strpos() wrote:Return Values
Returns the position as an integer. If needle is not found, strpos() will return boolean FALSE.