|
Posted by Christian Kirsch on 11/29/05 17:38
fabmo schrieb:
> Hello,
> sorry for my terrible english, I've got a problem:
>
> in a mysql table like :
>
> id INT(11) auto_increment not null primary key,
> tab_title VARCHAR(20),
> tab_content BLOB
>
> 'tab_content' field may contain html code.
>
> Can I create a SELECT query which finds a text in 'tab_content' field
> and excludes html tags?
>
no. You should store your data in a structured format if you need that
or remove all HTML before storing the text.
Navigation:
[Reply to this message]
|