
What I am doing:
A database for businesses where the users/companies shall be able to sign up and make their own records. They shall also be able to login and manage their records. And of cause an admin that can manage all records.
I have created a wwb project/page where I have placed the MySQL CRUD extension that is connected to a database which is dedicated for this. I shall now start to make the different fields, but noticed that there is no dedicated login for this page.
My first question... shall I make a separate page with the login tool that directs the user to the correct record in some way, or is their another way to make a login for the MySQL CRUD?
It would be to a big help just getting the structure how to connect the different tool for make this work...