Re: [PHP] Really simple string search question

2003-03-16 Thread Kevin - KD Micro Software
> To: "'Kevin - KD Micro Software'" <[EMAIL PROTECTED]>; "'PHP List'" <[EMAIL PROTECTED]> Sent: Monday, March 17, 2003 8:58 AM Subject: RE: [PHP] Really simple string search question > > Here's 3 examples: > > $var="www.

[PHP] Really simple string search question

2003-03-16 Thread Kevin - KD Micro Software
Hello all, This is probably a really easy thing to answer but I don't know what the answer is so if you lot could help me I would appreciate it. Here's 3 examples: $var="www.google.com"; $var="blah blah google blah"; $var="google rules"; Now I just want to see if $var contains the word 'google'