Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Form Validation for a Name
#6

it is easy to create a callback function that is acting as filter for alpha dash spaces. You can use this pattern /^[a-zA-Z\s]+$/ to compare with name and raise errors
if doesnt match in pattern
Reply


Messages In This Thread
RE: CodeIgniter Form Validation for a Name - by ciadvantage - 06-30-2017, 01:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB