Posts: 534
Threads: 265
Joined: Jul 2014
Hi,
I need escape string only in mysql queries?
Posts: 280
Threads: 1
Joined: Oct 2014
Reputation:
0
I thing just when player can enter a string and you want to send that string to database with a query !
For example:
Player name
Password
Email dialog
Or something like this
Because if you don't escape string player can enter sql functions and delete your database or…
Sql injection..