Re: Mysql search html tags excluded

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2010-06-04 at 14:12 +0300, 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 
> 
> 
> 


Use a second field in the DB that stores the content without any HTML
tags. That way, you can search and not worry about tags and attribute
values getting in the way.

Thanks,
Ash
http://www.ashleysheridan.co.uk



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux