Try looking for search engine scripts - they have this feature very
simple.


--
Maxim Maletsky
[EMAIL PROTECTED]



"BAROILLER Pierre-Emmanuel" <[EMAIL PROTECTED]> wrote... :

> Hi!
> 
> does someone know how to find an exact word in a content with html tags ?
> I'm using a regexp like this :
> 
> $searchRegEx = "'\b".$word_search."\b'msi";
> 
> to get boundary word results, but... if the searched word is  like 'word or
> word. or anything else, the
> regular expression doesn't work..
> 
> if I remove the \b , I've got all words ( but without bound...)
> 
> Any idea?
> (the big problem is I'm higlighting found sentences, and .. if the searched
> word is part of an html tag, it's very auwfull... )
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


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

Reply via email to