The easies way is to use strip_tags
but it's not very reliable. There is a very, very, VERY good project design specifically for this: HTML Purifier.
It battle-hardened, tested and very good. strip_tags
is the easy, fast and go way, but it can miss out some malformated html that a browser will actually parse and execute.
Please, don't use regular expression to parse html!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…