-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing MYSQL entries - would be helpful #3
Comments
Creating a table named "users" with columns for username and password is a common practice when dealing with user authentication in MySQL databases. However, the structure of your database can expand beyond just a single table for user credentials. Users Table: Sessions Table: Roles Table: UserRoles Table: |
Ok it's working, however there is no products. I am guessing I need to at least make a MYSQL table: "tblproduct" and "id" with "name" "$" and "price" ? I have found these references in products.php. |
I created a table called users with username and password and that was as far as I got. Can you please let me know what the tables are in MYSQL? Are they only for the login.php and signup.php?
The text was updated successfully, but these errors were encountered: