I'd like to create a user area for my website, but im running into the potential security problem that my forms (user and password) may inadvertantly be used w/ a malicious SQL query (e.g: instead of username="bob" it's username="DELETE * FROM ... ; ".
Could someone point me in the right direction, maybe to a abstraction layer or a input validation tutorial so i can make sure no malicious use will come of this?
-Thanks :)