![]() |
Never tried it this way but why is the post action just the name of the function ? and not the url to the function like :
action="<?php echo base_url('ControllerName/function'); ?>" then in your controller $request = \Config\Services::request(); $name = $request->getVar('name'); $lastname = $request->getVar('lastname'); |
Welcome Guest, Not a member yet? Register Sign In |