Welcome Guest, Not a member yet? Register   Sign In
Please help me
#1

[eluser]saymes[/eluser]
When i enter the data to the base With
the following Code :

$data = array(
'title' => $title ,
'from_main_section' => '0'
);
$this->db->insert('section', $data);

its Giving me an error :


A Database Error Occurred

Error Number: 1048

Column 'from_main_section' cannot be null

INSERT INTO `myforum_section` (`title`, `from_main_section`) VALUES ('test forum', NULL)

I want value to be 0 not NULL

Please help me and Thank you


Messages In This Thread
Please help me - by El Forum - 08-29-2010, 07:41 AM
Please help me - by El Forum - 08-29-2010, 07:46 AM
Please help me - by El Forum - 08-29-2010, 07:48 AM
Please help me - by El Forum - 08-31-2010, 03:26 AM
Please help me - by El Forum - 08-31-2010, 06:46 AM
Please help me - by El Forum - 08-31-2010, 08:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB