-
Notifications
You must be signed in to change notification settings - Fork 0
Mockup Site Design
Andrew Afonso edited this page Sep 18, 2019
·
4 revisions
Header includes links to video (restricted) page, login page.
- If user is logged in, display log out button.
Says "Hello World" per instructions.
Simple form accepting two user inputs, one for username, one for password.
Form posts to ./loginvalidate.php
If logging in is successful, redirect to video page. If not, display message, and redirect to index.
Contains list of all uploaded videos. Generated by parsing DB.
Displays videos uploaded by a user when the username is clicked on elsewhere in the site.
Username passed via PHP.