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

Use parameters, of course. Using SQL parameters for untrusted input is the only sane way to avoid SQL injections.