http://qs321.pair.com?node_id=11128935


in reply to SQL Placeholders - clarification

Once more reason to use placeholders even for variables whose values are completely under your control is that it helps to build and maintain a habit of always using placeholders, which can help to avoid any temptation to quietly slip in an interpolation that "should be safe" or "is just a quick and dirty prototype" somewhere down the line.