Welcome Guest, Not a member yet? Register   Sign In
database class problem
#1

[eluser]emperius[/eluser]
I created an associative array
Code:
$addarray = array('field1' => $_POST['field1'], 'field2' => $_POST['field2']);
then I try to add this string to DB
Code:
$this->db->insert_string('table', $addarray)

this doesn't work at me

and when I try to see the query string I get empty string...

How to find out what is the problem?
And how can I see the query?


Messages In This Thread
database class problem - by El Forum - 01-05-2008, 03:28 AM
database class problem - by El Forum - 01-05-2008, 03:42 AM
database class problem - by El Forum - 01-05-2008, 04:21 AM
database class problem - by El Forum - 01-06-2008, 07:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB