Fatal error: Uncaught Error: Call to undefined function mysql_real_escape_string() in php7 Use $this->db->escape_str($name); OR $new_name = $this->db->escape_str($this->input->post('new_name')); Read more
No comments:
Post a Comment