Welcome Guest, Not a member yet? Register   Sign In
callback not functioning
#2

[eluser]CIfan1000[/eluser]
I experimented and found the solution:

There can be no spaces between validation parameters and the separator | - I did have spaces, when I removed them, the call back worked.

$rules['LoginUsername'] = "trim|required|min_length[5]|max_length[12]|callback_username_check | xss_clean|alpha_dash";

callback_username_check |
Had to be changed to:
callback_username_check|


Messages In This Thread
callback not functioning - by El Forum - 10-11-2008, 06:32 PM
callback not functioning - by El Forum - 10-11-2008, 08:09 PM
callback not functioning - by El Forum - 10-11-2008, 08:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB