Welcome Guest, Not a member yet? Register   Sign In
help, updating excisting row in database[SOLVED]
#3

[eluser]Ivar89[/eluser]
Code:
$id['ID_Page'] = $sql;

Yhea I notced right after I posted that it wouldn't work...
I fixed it differently because if multiple people were editing the databes they would both be editing the last row so I fixed it using a hidden field which saves the insert id and I just post it with every update.

Code:
Return $this->db->insert_id();


Messages In This Thread
help, updating excisting row in database[SOLVED] - by El Forum - 03-22-2010, 04:46 AM
help, updating excisting row in database[SOLVED] - by El Forum - 03-22-2010, 07:26 AM
help, updating excisting row in database[SOLVED] - by El Forum - 03-23-2010, 03:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB