Hacker News new | ask | show | jobs
by bpicolo 3346 days ago
> mitigates any potential SQL injection problems

Not quite, string concat for defining queries is still plenty vulnerable regardless of PDO.

1 comments

it mitigates quite some SQL injection possibilities, but yes, string concat while building queries still remains an issue.