Welcome Guest, Not a member yet? Register   Sign In
Validation callback issue
#5

[eluser]mdavis1982[/eluser]
Hi...

It's really easy...

Just do:

Code:
$rules['parentid'] = 'callback_parental_check[blah]';

function parental_check($parent, $variable)
{
  // $variable == 'blah' now, because it's been passed in!
  // Insert code for doing the check or whatever
}

Hope that helps!

Matt


Messages In This Thread
Validation callback issue - by El Forum - 06-24-2008, 04:03 PM
Validation callback issue - by El Forum - 06-24-2008, 04:23 PM
Validation callback issue - by El Forum - 06-24-2008, 04:46 PM
Validation callback issue - by El Forum - 06-24-2008, 04:52 PM
Validation callback issue - by El Forum - 06-24-2008, 04:53 PM
Validation callback issue - by El Forum - 06-24-2008, 05:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB