Because of the performance reasons, I would like to ask if it's secure to use classic mysqli queries with WHERE variables, which come out of a MySQL database and are already retrieved via mysqli prepared query. All those variables are integers.
I am asking if SQL injection would still be possible?