TASK #1
TASK:
What is a web server?
CHECK UP:
Watch the video below to check that you completed the task.
TASK #2
TASK:
Simulate a web server using Xampp
.
CHECK UP:
Watch the video below to check that you completed the task.
TASK #3
TASK:
Simulate and create a database server using SequelPro
.
CHECK UP:
Watch the video below to check that you completed the task.
TASK #4
TASK:
Create a table called cookie_app
with the fields:
id
, username
, and password
.
CHECK UP:
Watch the video below to check that you completed the task.
TASK #5
TASK:
Create a html document called ‘cookie_login_start’ and add a form.
HINT:
Use the form tags as found on getskeleton.com.
This form will be needing the user to enter two inputs: username
and password
. Lastly, add a
submit button.
CHECK UP:
Watch the video below to check that you completed the task.