Welcome Guest, Not a member yet? Register   Sign In
triming on data submitting
#1

Hi all,
In CI 3.1 I can use trim condition if I want to make checks without trailing whitespaces

PHP Code:
$this->form_validation->set_rules('email''email''trim|required|valid_email'); 

But that is only for validating.
If there are filters on data submitting/saving to remove whitespaces on enetered data, withoiut trim any field ?
Thanks!
Reply


Messages In This Thread
triming on data submitting - by mstdmstd - 01-07-2017, 02:21 AM
RE: triming on data submitting - by gaska96 - 01-07-2017, 08:22 AM
RE: triming on data submitting - by PaulD - 01-07-2017, 10:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB