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


in reply to Avoid SQL injection

You will want to refactor this code to use place holders instead. See for example the section on place holders in Databases made easy.


🦛