Page 1 of 1

HOw can i filter html tags using php code

Posted: Sat Jun 24, 2006 5:37 am
by B.Murali Krishna
Hello,
i have a application to get only data between html tags using php coding,

please help me,
Murali
(Programmer)

Posted: Sat Jun 24, 2006 7:26 am
by Oren
Not sure that's what you want... strip_tags()

Re: HOw can i filter html tags using php code

Posted: Sat Jun 24, 2006 10:21 am
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

thanks

Posted: Tue Jun 27, 2006 12:51 am
by B.Murali Krishna
Thanks for urs suggestion ,
thank u,
Regards
Murali