Welcome Guest, Not a member yet? Register   Sign In
Strip HTML tag
#4

[eluser]Sbioko[/eluser]
Oh, my mistake. Yeah, you need to create a callback. Sorry ;-) Call it for example strip_html_tags.
Code:
public function strip_html_tags($s) {
    return strip_tags($s);
}


Messages In This Thread
Strip HTML tag - by El Forum - 04-01-2010, 05:54 AM
Strip HTML tag - by El Forum - 04-01-2010, 06:01 AM
Strip HTML tag - by El Forum - 04-01-2010, 06:08 AM
Strip HTML tag - by El Forum - 04-01-2010, 06:16 AM
Strip HTML tag - by El Forum - 04-01-2010, 06:24 AM
Strip HTML tag - by El Forum - 04-01-2010, 06:28 AM
Strip HTML tag - by El Forum - 04-01-2010, 06:36 AM
Strip HTML tag - by El Forum - 04-01-2010, 07:30 AM
Strip HTML tag - by El Forum - 04-01-2010, 07:35 AM
Strip HTML tag - by El Forum - 04-01-2010, 07:47 AM
Strip HTML tag - by El Forum - 04-01-2010, 07:50 AM
Strip HTML tag - by El Forum - 04-01-2010, 08:12 AM
Strip HTML tag - by El Forum - 04-04-2010, 07:51 PM
Strip HTML tag - by El Forum - 04-04-2010, 10:54 PM
Strip HTML tag - by El Forum - 04-05-2010, 05:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB