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
The two are not exclusive.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.