Welcome Guest, Not a member yet? Register   Sign In
error database please help
#5

[eluser]flaky[/eluser]
No one is here to fix your problems, you should fix them yourself.
I suggest you use Active Record

Code:
//$data - is the array containing the fields and data to be updated

$this->db->where('ProductID', 136);
$this->db->update('products', $data);


Messages In This Thread
error database please help - by El Forum - 07-29-2010, 02:21 AM
error database please help - by El Forum - 07-29-2010, 02:31 AM
error database please help - by El Forum - 07-29-2010, 02:34 AM
error database please help - by El Forum - 07-29-2010, 02:36 AM
error database please help - by El Forum - 07-29-2010, 03:01 AM
error database please help - by El Forum - 07-29-2010, 06:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB