Welcome Guest, Not a member yet? Register   Sign In
[help] error array to string conversion
#2

You're passing the paramaters for the update_data function in the wrong order.

Your function:
PHP Code:
function update_data($where,$table,$data

To call the function:
PHP Code:
$this->db_model->update_data($where,'tb_penduduk',$data); 
Reply


Messages In This Thread
RE: [help] error array to string conversion - by Wouter60 - 01-13-2018, 09:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB