SA-MP Forums Archive
Escaping - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Escaping (/showthread.php?tid=557334)



Escaping - Banditukas - 13.01.2015

Hi,

I need escape string only in mysql queries?


Re: Escaping - M4D - 13.01.2015

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..