Hello,

I'm wondering what you all think the best way to "search" for a string is.
I guess its more of a matching (regex I'm thinking) but basically what I
want is this..

I'm outputting some rows of data. If one of the columns of that row
contain a string of text, either beginning, end, or middle, highlight it
with a different row color.

The part I need opinions on is matching the search. Would I just do an
ereg/preg?

Thanks,

        Bryan


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to