Checking your queries for malicious input? Input wanted...

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
superwormy
Forum Commoner
Posts: 67
Joined: Fri Oct 04, 2002 9:25 am
Location: CT

Checking your queries for malicious input? Input wanted...

Post by superwormy »

Always keep hearing you should check all user input to make sure its not malicious code before you insert it into the database. Fine, thats all good.

But what exactly shoudl I be looking for? Are there some general things I shoiuld ALWAYS be doing to the data that gets inserted into the database to make sure people can't fvck with my database queries?
Post Reply