Question
cfqueryparam
I'm reading about securing a site from sql injection and cfqueryparam is often recommended.
Does this sound like a good way to start ?
1. check every form element submitted for dangerous words and characters,
2. check to make sure those elements is the right type to match what is in the tables,
3. use cfqueryparams in the queries
