![]() |
09-24-2020, 08:53 AM
(This post was last modified: 09-24-2020, 08:53 AM by InsiteFX. Edit Reason: spelling error )
In the first place your form tag is wrong it goes by controller/method.
PHP Code: <form action="<?= base_url('test/index');?>" method="post"> Also you should not be using the index method post data use another method. The index method is always ran when the controller is initialized. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |