Hi everyone,
I am trying to be able to take off all HTML tag in a String before display it on the screen. Is there a effective way to do it?
I am trying with ereg_replace but without success?
Any idea?
Hi everyone,
I am trying to be able to take off all HTML tag in a String before display it on the screen. Is there a effective way to do it?
I am trying with ereg_replace but without success?
Any idea?
[man]strip_tags[/man] and you could then also use [man]htmlspecialchars[/man]