At 2:12 PM +0300 6/4/10, Tanel Tammik wrote:
Hello,

if there is some webpage content with html tags in database is it possible
to search it without tags?

data : '<div style="">you need some styling!</div>'

when i now search for 'you style' i don't want to get any rows! is it
possible?
when i search 'you styling' i get the row!

Br
Tanel


Tanel:

If your database has html tags in it, then it's pretty simple to grab the data from the db and preform strip_tags(). After which you can search what's left.

If you want to have the db do the search, then look in to "full text" to do the searching for you.

Cheers,

tedd

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

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

Reply via email to