0 votes
in PHP by
How do I escape data before storing it in the database?

1 Answer

0 votes
by

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

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
...