Computing.Net > Forums > Web Development > SQL Injection

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

SQL Injection

Reply to Message Icon

Name: musashi454
Date: September 1, 2005 at 05:50:40 Pacific
OS: Windows XP
CPU/Ram: Unknown
Comment:

I have a SQL Injection problem that I have to fix. Does anyone know where I can get a list of SQL comments I should not allow?




Sponsored Link
Ads by Google

Response Number 1
Name: anonproxy
Date: September 1, 2005 at 14:17:43 Pacific
Reply:

No, no. SQL injection is basically when someone runs a query you don't want them to. It usually means you have made it easy to change query values or conditions. If someone is injecting whole SQL statements into your code, then you have a serious problem which can be easily fixed by not sending a foreign query to your database.

Beyond that, you can grant or deny a certain db user from running certain commands. How you set this depends on the database. However this should not be considered a fix for SQL injection (just another precaution). Stop injections where they starts: user inserted data.


0
Reply to Message Icon

Related Posts

See More


can anyone help? Preferred Stylesheet Not ...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: SQL Injection

Secure PHP - SQL Injects, etc www.computing.net/answers/webdevel/secure-php-sql-injects-etc/257.html

Dam PHP! www.computing.net/answers/webdevel/dam-php/752.html

PHP: Format Data for DB Insertion www.computing.net/answers/webdevel/php-format-data-for-db-insertion/2744.html