Welcome Guest, Not a member yet? Register   Sign In
Removing characters before form_validation
#1

[eluser]roblarter[/eluser]
I am fairly new to CodeIgniter but have a lot of experience with PHP

The problem I have is that I have an postcodes being submitted
Code:
<input name="addPostcode[]">

I want to remove spaces from the submitted field array before running the validation:

Code:
$this->form_validation->set_rules('addPostcode[]', 'Postcode', 'trim|alpha_numeric|xss_clean');

essentially the validation rule will cover anything other than spaces obviously as it only allows alpha_numeric but I want to ensure that it will "allow" spaces from the submitted user but just remove the space without giving an error to the user.

Any help would be greatly appreciated


Messages In This Thread
Removing characters before form_validation - by El Forum - 05-14-2009, 08:23 AM
Removing characters before form_validation - by El Forum - 05-14-2009, 08:29 AM
Removing characters before form_validation - by El Forum - 05-14-2009, 08:35 AM
Removing characters before form_validation - by El Forum - 05-14-2009, 08:43 AM
Removing characters before form_validation - by El Forum - 05-14-2009, 08:52 AM
Removing characters before form_validation - by El Forum - 05-14-2009, 09:07 AM
Removing characters before form_validation - by El Forum - 05-14-2009, 09:30 AM
Removing characters before form_validation - by El Forum - 05-14-2009, 09:45 AM
Removing characters before form_validation - by El Forum - 05-14-2009, 10:19 AM
Removing characters before form_validation - by El Forum - 11-02-2009, 01:59 PM
Removing characters before form_validation - by El Forum - 11-02-2009, 03:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB