Hello together, I want to build a login system. To check the password, I will compare the password from the user with the password, which I have saved in a database at my webserver. How can I read data from this database?
Thank you for your replying!