Welcome Guest, Not a member yet? Register   Sign In
form field not updating
#11

[eluser]deongee[/eluser]
I figured it out. Since the account_id was part of the url i had to reference this in the model where clause.

Code:
$where = array(
      'account_id' => $this->uri->segment(3, 0),
      'platform' => $this->input->post('platform')
    );





Theme © iAndrew 2016 - Forum software by © MyBB