in reply to Escaping %params
Rather than escape values yourself, using SQL placeholders lets your database driver escape the values for you. It's a lot easier and safer. If you were to post some example database code, someone would surely show you how to use placeholders instead.
Improve your skills with Modern Perl: the free book.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Escaping %params
by DaisyLou (Sexton) on Jan 20, 2014 at 22:14 UTC | |
by ruzam (Curate) on Jan 20, 2014 at 23:56 UTC |