Also you should escape all strings, not just ones that potentially have ' to avoid other escape character issues, SQL injection, etc.
↧
Also you should escape all strings, not just ones that potentially have ' to avoid other escape character issues, SQL injection, etc.