Closed kzolee1 closed 1 day ago
Used method:
$data = Array ('columname' => $_POST['form_columname'] ); $db->where('id', $var); $db->update('table', $data);
There is no error message, but the table update doesn't happen, if i have VARBINARY type of column.
The get method works as expected.
Used method:
There is no error message, but the table update doesn't happen, if i have VARBINARY type of column.
The get method works as expected.