Home »

How do I escape data before storing it into the database?

Question ListCategory: PHPHow do I escape data before storing it into the database?
denielshakespeare5 author asked 9 years ago
1 Answers
jully882 author answered 8 years ago

addslashes function enables us to escape data before storage into the database.

Please login or Register to Submit Answer