in reply to Re: How can I use all special characters in perl
in thread How can I use all special characters in perl

attempts to inject SQL components

Preventing SQL injections is better done using placeholders instead of preventing certain characters from being used.

  • Comment on Re^2: How can I use all special characters in perl