simple webpage and database
Budget: $10 – $30 USD
Overall
- Single or multiple webpages with forms
- Form to submit data to the database with the associated user
- Form to retrieve data from the database based on current user
- Javascript validation for appropriate fields
Forms
- Username field
- Password field
- Email address field
- Text area
- Select menu
- Range selector
- Submit button
- Field Validation
Database
- Authentication table (containing usernames and hashed passwords)
- Data table that will store data submitted
- Data must be timestamped to know when it was entered
- Data must have an incremented value for each record in the table
These screenshots represent the structure of your database tables.
Authorization table or users table:
authorizationTable.png
Data table or incident table:
incidentTable.png
Finally please add an account that I can use to test out your website.
Username: testUser
Password: Password123
- Single or multiple webpages with forms
- Form to submit data to the database with the associated user
- Form to retrieve data from the database based on current user
- Javascript validation for appropriate fields
Forms
- Username field
- Password field
- Email address field
- Text area
- Select menu
- Range selector
- Submit button
- Field Validation
Database
- Authentication table (containing usernames and hashed passwords)
- Data table that will store data submitted
- Data must be timestamped to know when it was entered
- Data must have an incremented value for each record in the table
These screenshots represent the structure of your database tables.
Authorization table or users table:
authorizationTable.png
Data table or incident table:
incidentTable.png
Finally please add an account that I can use to test out your website.
Username: testUser
Password: Password123