HOw can i filter html tags using php code

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
B.Murali Krishna
Forum Commoner
Posts: 28
Joined: Fri May 12, 2006 2:05 am
Location: Hyderabad,India
Contact:

HOw can i filter html tags using php code

Post by B.Murali Krishna »

Hello,
i have a application to get only data between html tags using php coding,

please help me,
Murali
(Programmer)
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Post by Oren »

Not sure that's what you want... strip_tags()
User avatar
aerodromoi
Forum Contributor
Posts: 230
Joined: Sun May 07, 2006 5:21 am

Re: HOw can i filter html tags using php code

Post by aerodromoi »

B.Murali Krishna wrote:Hello,
i have a application to get only data between html tags using php coding,

please help me,
Murali
(Programmer)
You could also filter the data using regular expressions.
However, this calls for certain criteria that the data received has to meet.

aerodromoi
B.Murali Krishna
Forum Commoner
Posts: 28
Joined: Fri May 12, 2006 2:05 am
Location: Hyderabad,India
Contact:

thanks

Post by B.Murali Krishna »

Thanks for urs suggestion ,
thank u,
Regards
Murali
Post Reply