Re: [PHP] remove html tags in text?

2006-05-11 Thread Dave Goodchild
strip_tags On 11/05/06, Bing Du <[EMAIL PROTECTED]> wrote: Hello everyone, Say, if I have a paragraph like this: == John Smith Dr. Smith is the directory of http://some.center.com";>Some Center . His research interests include Wireless Security == Any functions that can help remove all

Re: [PHP] remove html tags in text?

2006-05-11 Thread Jochem Maas
obviously by now you know the function strip_tags(). given that your a university student don't you think we could expect a little more research ability on your part? I already knew the strip_tags() function but for fun I typed in an arbitrary search into google and look what popped up at posi

Re: [PHP] remove html tags in text?

2006-05-11 Thread Joe Henry
On Thursday 11 May 2006 9:51 am, Bing Du wrote: > Any functions that can help remove all the HTML tags in it? What about > just removing selected tags, like ? Looks like strip_tags() will do the trick for you: http://us3.php.net/manual/en/function.strip-tags.php -- Joe Henry www.celebrityaccess

Re: [PHP] remove html tags in text?

2006-05-11 Thread Stut
Bing Du wrote: Say, if I have a paragraph like this: == John Smith Dr. Smith is the directory of http://some.center.com";>Some Center . His research interests include Wireless Security == Any functions that can help remove all the HTML tags in it? What about just removing selected tags,

RE: [PHP] remove html tags in text?

2006-05-11 Thread Jim Moseby
> > Hello everyone, > > Say, if I have a paragraph like this: > > == > John Smith > > Dr. Smith is the directory of http://some.center.com";>Some > Center . His research interests include Wireless > Security > == > > Any functions that can help remove all the HTML tags in it? > What ab

[PHP] remove html tags in text?

2006-05-11 Thread Bing Du
Hello everyone, Say, if I have a paragraph like this: == John Smith Dr. Smith is the directory of http://some.center.com";>Some Center . His research interests include Wireless Security == Any functions that can help remove all the HTML tags in it? What about just removing selected tags,

Re: [PHP] Remove HTML TAGS

2003-11-13 Thread Rodney Green
D. Jame wrote: HI, Is ther any way to remove HTML tags from Source File with PHP jame Maybe this will do what you want it to do: http://www.php.net/strip-tags -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Remove HTML TAGS

2003-11-13 Thread Pavel Jartsev
D. Jame wrote: HI, Is ther any way to remove HTML tags from Source File with PHP http://www.php.net/manual/en/function.strip-tags.php -- Pavel a.k.a. Papi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Remove HTML TAGS

2003-11-13 Thread D. Jame
HI, Is ther any way to remove HTML tags from Source File with PHP jame