Tagged Questions

2
votes
1answer
115 views

cfqueryparam questions/help

Via this question I've been told to start using cfqueryparam for my data, to prevent SQL injection attacks. How do I use it for my forms? Right now I've been going over Ben Forta's book, Vol 1 and ...