Welcome Guest, Not a member yet? Register   Sign In
$this->input->post('do') failed
#10

[eluser]10ha[/eluser]
i've encounter similar situation, where POST data has nothing after submission.

my issue was the input field is using id, instead of name.

wrong
Code:
<input type="text" id="txtUser" />

correct
Code:
<input type="text" name="txtUser" />


Messages In This Thread
$this->input->post('do') failed - by El Forum - 12-13-2008, 07:31 AM
$this->input->post('do') failed - by El Forum - 12-13-2008, 09:26 PM
$this->input->post('do') failed - by El Forum - 12-14-2008, 07:53 AM
$this->input->post('do') failed - by El Forum - 12-14-2008, 06:32 PM
$this->input->post('do') failed - by El Forum - 12-15-2008, 10:58 AM
$this->input->post('do') failed - by El Forum - 12-15-2008, 12:06 PM
$this->input->post('do') failed - by El Forum - 12-15-2008, 01:23 PM
$this->input->post('do') failed - by El Forum - 12-15-2008, 01:43 PM
$this->input->post('do') failed - by El Forum - 12-15-2008, 01:45 PM
$this->input->post('do') failed - by El Forum - 12-31-2008, 12:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB