Question Detail

Does CodeIgniter automatically prevent SQL injection?

4 years ago Views 1088 Visit Post Reply

I'm using this code to insert data in database.

$this->db->insert("table", $value);

AND

$this->db->where('id', $id);

$this->db->update('table', $value);


Thread Reply