form_validation->run() always return false - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1) +--- Forum: Regional User Groups (https://forum.codeigniter.com/forumdisplay.php?fid=25) +--- Thread: form_validation->run() always return false (/showthread.php?tid=82373) |
form_validation->run() always return false - tanzeem - 07-04-2022 tanzeem Wrote:I have the following method in my controller RE: form_validation->run() always return false - InsiteFX - 07-05-2022 What version of CodeIgniter are you using? RE: form_validation->run() always return false - tanzeem - 07-05-2022 [quote pid="398015" dateline="1656922313"] Quote:I used codeigniter3. I found the solution, I had name mismatch for input data in the view and corresponding variables in controller when fetching data. Found it and fixed. Thanks [/quote] RE: form_validation->run() always return false - mcleanross - 08-11-2022 Exactly The same thing happened and I fixed it too |