![]() |
Unable to access an error message corresponding to your field name pan_number.(panVal - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Unable to access an error message corresponding to your field name pan_number.(panVal (/showthread.php?tid=64961) |
Unable to access an error message corresponding to your field name pan_number.(panVal - Jyotie - 04-14-2016 I have googled and tried to fix this problem. 1> Auto loaded security 2> Not using xss_clean 3> Callback Function is : Code: function dayValidation($dayVaue) { 4> In application/language/english put the file : MY_form_validation_lang.php with error messages 5> in application/libraries/ put file : MY_form_validation.php with PHP Code: public $CI; PHP Code: function run($module = '', $group = '') { |