By XKCD If you ever run SQL queries to a remote database from your server, the number one thing you have to be careful about is making your queries impenetrable to SQL injection attacks. SQL injection attacks are very commonplace and can be very harmful. An attacker could manage to drop entire tables or modify key …
Read MoreToday’s tip: Use parameterized SQL queries and prevent SQL injection attacks
