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'));
Here, In below code, user can enter two numbers to find the odd and even numbers between them. The number must be in between 1000 and 3000...
No comments:
Post a Comment