Hey everyone,
I'm working with a login form in my application. The easiest way I can see to do the authentication is to query a user/pass database for any rows that match the given username and password. How can I send a query when the user clicks OK?
Am I doing this the hard way? Is there something easier?
Thanks