Thursday, August 11, 2011

PHP and MySQL problem with login form?

You need to re-think that code slightly, as it's vulnerable to an injection attack. You MUST NOT pass user input directly into a query like that.

No comments:

Post a Comment