TASK #1
TASK:
Login into your host site and navigate to cPanel
.
CHECK UP:
Watch the video below to check that you completed the task.
TASK #2
TASK:
Using the wizard, create a database and user account.
CHECK UP:
Watch the video below to check that you completed the task.
TASK #3
TASK:
Create a table with columns using the PHPMyAdmin
tool. Be sure to use type DECIMAL (20,1)
if you need to store a decimal point in the column.
CHECK UP:
Watch the video below to check that you completed the task.
TASK #4
TASK:
Modify
your mysqli_connect files to connect to the host site’s database.
CHECK UP:
Watch the video below to check that you completed the task.
TASK #5
TASK:
Test
your web application. Be sure to tell your host to turn off file caching
.