This question already has an answer here:
- How can I prevent SQL injection in PHP? 28 answers
I want to save the string "thats'one" in my table columns, but I don't want to use mysqli_real_escape_string
. Can anyone guide me regarding how to do that?
</div>