Assignment
QUESTIONS ONE
Create the following PHP Website that will enable a user register their details on the server.
- On the registration form the user must submit all required fields and be validated using PHP and JavaScript.
- User must be able to upload their picture
QUESTIONS TWO
Create a login page that will enable the user to login using their details provided in the registration form
- If the user checks remember me on this computer the details must be stored in a cookie or session
- If the user forgot their password, they must click on reset to reset he password to a default password of PHPONLINE
QUESTIONS THREE
Create a Personal Details page whereby all the details of the user must be display
- Details must be displayed on the center of the page in a table
- Display the uploaded picture as shown below
- Create an additional page with your own creativity for changing the password whent he button "Change Password" is clicked.