If i using Prepared Statements do need i using mysqli_real_escap_strin() function in my project

If i using Prepared Statements do need i using mysqli_real_escap_strin() function in my project?

No. The prepared statement will take care of all string encapsulation.

thanks

No. That’s why we use prepared statements, not mysqli :wink:

The two are not exclusive.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.