Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

SQL Injection Protection

+5 votes
Is the code in Q2a secure from SQL injections?
asked Nov 14, 2010 in Q2A Core by Frank Basti

1 Answer

0 votes
 
Best answer
Yes, throughout. All parameters to SQL queries are substituted for # or $ in the queries you see in the code, and this substitution takes care of escaping.
answered Nov 14, 2010 by gidgreen
Could You point me / us to an article or good source about that ? Seems to be good to know about when working with foreign scripts.