11-08-2007, 11:00 AM
|
#9 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Posts: 165
Thanks: 0
|
Ok, ya got me :|
I was trying to just stay away from functions, but i doubt there would be much time difference, and this way you can change the way the array works:
stristr() - Match part of word
continue - For matching exact word, and then more exact words
break - for matching exact word, as in_array would work in the same context
|
|
|
|