Welcome Guest, Not a member yet? Register   Sign In
Form-Action Variables not working while routing
#5

(10-20-2020, 01:55 AM)T.O.M. Wrote: You must set `method="post"` in your form.
If it is not set, then form sends data with GET.
And you are trying to get data from POST - $this->request->getPost("formfieldname")

form_open() appears to default to POST according to the documentation: https://codeigniter.com/user_guide/helpe...#form_open.
Reply


Messages In This Thread
RE: Form-Action Variables not working while routing - by mlurie - 10-21-2020, 04:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB