Welcome Guest, Not a member yet? Register   Sign In
$this->input->post can't find my value from a form
#2

[eluser]Twisted1919[/eluser]
Do a print_r($_POST) and see what you have , is your $_POST['username'] there with proper value ?
If not it's something wrong with your post method or server, not CI .
If it's there, try $u = $this->input->post('username'); and see if it comes out .


Messages In This Thread
$this->input->post can't find my value from a form - by El Forum - 06-25-2010, 10:06 AM
$this->input->post can't find my value from a form - by El Forum - 06-25-2010, 10:14 AM
$this->input->post can't find my value from a form - by El Forum - 06-25-2010, 10:21 AM
$this->input->post can't find my value from a form - by El Forum - 06-25-2010, 10:50 AM
$this->input->post can't find my value from a form - by El Forum - 06-25-2010, 11:49 AM
$this->input->post can't find my value from a form - by El Forum - 06-25-2010, 01:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB