Y
Hacker News
new
|
ask
|
show
|
jobs
by
empath75
2951 days ago
So what to you do if you need to make a sql call based on user input?
1 comments
gnud
2951 days ago
Use parameters, of course. Using SQL parameters for untrusted input is the only sane way to avoid SQL injections.
link