check html tags

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
devendra-m
Forum Contributor
Posts: 111
Joined: Wed Sep 12, 2007 3:16 am

check html tags

Post by devendra-m »

Is there any built-in function to check whether there is any html tags in the string or not.
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: check html tags

Post by VladSun »

devendra-m wrote:Is there any built-in function to check whether there is any html tags in the string or not.
I don't think so but there are some related to this: strip_tags()
There are 10 types of people in this world, those who understand binary and those who don't
Post Reply