Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

$validator->addCallbackRule('email', 'check_email', 'Please enter valid email id');

posted by shakeel 8 years ago

i m using

$validator->addCallbackRule('email', 'check_email', 'Please enter valid email id');

i want to return message from callback function check_email, now my message is "Please enter valid email id"

i wanna return this message from my function .