MySQLI - problem with mysqli_real_escape_string?

You do not need to do that. You are using prepared statements, which escape the variables automatically.

Great news :) – user455318 Mar 22 at 1:43 @user455318: If you were not using prepared statements you would need to escape though -- don't forget that :) – Jon Mar 22 at 1:44 ok, thanks for help Jon. Problem solved – user455318 Mar 22 at 1:46.

If you prepare your statement, you don't need to escape your string. Note: Your database connection must be opened to use mysqli_real_escape_string().

You are using prepared statements, which escape the variables automatically. If you prepare your statement, you don't need to escape your string. Terms of service.

Not the answer you're looking for?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions