Welcome Guest, Not a member yet? Register   Sign In
One form with two buttons
#7

[eluser]chaotiq[/eluser]
Thank you so much! That is exactly what I needed.

I was checking if the CI class post method is set like this:
Code:
if (isset($this->input->post('button2')
{
    //do stuff
}

When I should have been checking it like this:
Code:
if ($this->input->post('button2')
{
    //do stuff
}


Messages In This Thread
One form with two buttons - by El Forum - 01-19-2010, 10:53 PM
One form with two buttons - by El Forum - 01-19-2010, 11:07 PM
One form with two buttons - by El Forum - 01-19-2010, 11:40 PM
One form with two buttons - by El Forum - 01-20-2010, 03:03 AM
One form with two buttons - by El Forum - 01-20-2010, 07:20 AM
One form with two buttons - by El Forum - 01-20-2010, 07:24 AM
One form with two buttons - by El Forum - 01-20-2010, 08:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB