Welcome Guest, Not a member yet? Register   Sign In
Can't submit to database
#2

[eluser]samitrimal[/eluser]
Index is a keyword in mysql so try this. it may help you
Code:
$this->db->query("INSERT INTO trees (`index`, `tree_name`, `tree_desc`, `tree_id`) VALUES (NULL, '$v_treename', '$v_treedesc', '$v_treeid') "); //PROBLEM OCCURS HERE


Messages In This Thread
Can't submit to database - by El Forum - 05-27-2011, 09:24 AM
Can't submit to database - by El Forum - 05-27-2011, 09:48 AM
Can't submit to database - by El Forum - 05-27-2011, 10:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB