mysql_real_escape_string removed in PHP 7
-
You still use it in
interakt-parent/framework/core/THEME.php
In PHP 7 this function no longer exists and has been deprecated for security reason for a long time.
Should be replaced with esc_sql
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘mysql_real_escape_string removed in PHP 7’ is closed to new replies.