Welcome Guest, Not a member yet? Register   Sign In
form validation rule question
#2

[eluser]TheFuzzy0ne[/eluser]
Code:
alpha_numeric      # letters and numbers
numeric            # numbers and characters to do with numbers (- and ., and perhaps +)?
is_numeric         # I think that's just synonym for the above, perhaps for the previous validation library? I don't know, but it's not in the reference. :)
integer            # numbers only (including - and perhaps +)?
is_natural         # 0 or more
is_natural_no_zero # 1 or more
Hope this helps.


Messages In This Thread
form validation rule question - by El Forum - 06-13-2009, 12:28 PM
form validation rule question - by El Forum - 06-13-2009, 01:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB