CodeIgniter Forums
Form validation how control callback query - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: Form validation how control callback query (/showthread.php?tid=75805)



Form validation how control callback query - pippuccio76 - 03-18-2020

hi , sorry for english , i have a form whit 3 input, one are hidden , in one input i must control if the same name are in the table with the same hidden input  (2 values equals) . I created a callback , how can i control the query  of callback ? or every query that are doing in controller's function  ?