0
I'm making a login or CRUD system on the web, and what attacks might occur, what methods should I use to secure it
2 ответов
+ 1
In PHP, use prepared statements to stop sql injection into your database, that's if you use php and sql.
+ 1
Interesting info.