Jump to content

Characters not Escaped in Database


ravix76

Recommended Posts

I'm trying to add some Escaped Data to a MYSQL 5 Database.

 

Variable when input is  test"security

I then escape it with mysql_real_escape_string ();

As a test, I echo the variable before submitting to the db and it shows as  test\"security

But then when I view it in myPHPAdmin after submission, it appears as test"security i.e. not escaped

 

I'm obviously wanting to protect against SQL injection and am a little baffled!

 

Cheers

 

Ravix

Link to comment
https://forums.phpfreaks.com/topic/212478-characters-not-escaped-in-database/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.