Page 1 of 1

Contain String

Posted: Thu Feb 15, 2007 9:51 pm
by iknownothing
hey guys, quick one (i hope), what is the expression to use when looking for a certain word etc within a variable?

Posted: Thu Feb 15, 2007 10:01 pm
by Luke

Posted: Fri Feb 16, 2007 12:08 am
by iknownothing
thanks for that.

Posted: Fri Feb 16, 2007 12:23 am
by RobertGonzalez
I think you can use strstr() (or the case insensitive stristr() as well).