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

[eluser]Mithun[/eluser]
Again problem comes here, call back function need to be return true or false not the stripped string

I have a call back function
Code:
public function html_clean($s) {
    return strip_tags($s);
}

and i use it like
Code:
$this->form_validation->set_rules('customer', 'Customer', 'trim|required|callback_html_clean|xss_clean');


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