Don't use mysqli_real_escape_string. Use prepared statements with bound parameters. Less hassle and better security.
↧
Don't use mysqli_real_escape_string. Use prepared statements with bound parameters. Less hassle and better security.