Also you should escape all strings, not just ones that potentially have ' to avoid other escape character issues, SQL injection, etc.
Very true.
Antal Daavid wrote:
Also you should escape all strings, not just ones that potentially have ' to avoid other escape character issues, SQL injection, etc.
Very true.