Preventing SQLIA Hardware and Software Information Security by davy_yg … URL:http://www.arch.polimi.it/eventi/?id_nav=886 2)SQLInjection: http:/`/www.arch.polimi.it/eventi/?id_nav=8864' 3) Error… Re: Sql Injection in java Programming Software Development by mKorbel for some of us is SqlInjection == Query execute SubQuerries, but for some of us is SqlInjection == execute malicious code by using Sql Statements :-), too Re: how to escape some html tags from htmlentities Programming Web Development by diafol … using htmlentities with regard to helping with security wrt SQLinjection. AFAIK, preventing SQLinjection involves safequoting and protecting number input - where quotes aren… Re: <cfquery> Error Programming Web Development by Nige Ridd Erm can I make a suggestion that you look at using cfqueryparam as well, if anyone ever put a ' in any of the fields on the screen they can then do some nasty SQL injection into your code. Nige ( See many references on the web about SQL Injection inculding [url]http://msdn.microsoft.com/msdnmag/issues/04/09/SQLInjection/[/url] ) Re: Syntax error in INSERT INTO statement Programming Software Development by masijade …, Answer); ps.setString(4, Author); ps.executeUpdate(); [/code] This prevents SQLinjection attacks [i]and[/i] it [i]automatically[/i] properly escapes… Re: My Sql Server - using SQL Injection Programming Databases by Akash Saikia … sql statements,that makes intruder more easy to intrude. But sqlinjection can work only if some one has used dynamic query… Re: PHP Login page and MySql Programming Web Development by diafol like MagicMedia says sqlinjection alive and well. Clean your input. Re: How to get rid from website hacking Programming Web Development by Squidge I suspect you are not validating and cleansing your form input, and this has left it open to SQLInjection Re: SQLIA UNION Query Hardware and Software Information Security by pty http://www.sqlinjection.net/union/ Re: Preventing SQLIA Hardware and Software Information Security by rproffitt @D, how many posts/discussions do you have open on SQLIA? My answer is too many.