Welcome Guest, Not a member yet? Register   Sign In
Inserting NULL values into MySQL from Codeigniter[SOLVED]
#6

[eluser]comex[/eluser]
Smile
$this->db->update('MEDDELANDE' ,array('ID_PAR' => NULL)); does what was desired.
Must be something wrong with my db-handler! Thank you!

Update: had a function that did strip_slashes on the data that was to be submitted, excluding NULL-values did the trick.


Messages In This Thread
Inserting NULL values into MySQL from Codeigniter[SOLVED] - by El Forum - 11-27-2009, 01:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB