I want to set up an page to log in with username and password, and users would be able to select downloads from the database.
like admin.php and downloads.php or users.php
I need an admin page where I can add new users and downloads to the database.
Result of admin page would be existing users and downloads, and possibility to add new records to both tables, and with an browse button for files of course.π
Users get redirected to the user page where sql returns the result from the downloads table.
Im new to this, and I picture how it would look like, but I cant get the right way to start.
Please help me, thanksπ