<!DOCTYPE html> <html> <head> <title>Thanks for Joining</title> <meta charset=”UTF-8″> <meta name=”description” content=””> <meta name=”keywords” content=””> <link rel=”stylesheet” href=”bootstrap.css”> <link rel=”stylesheet” href=”style.css”> </head> <body> <?php $dsn = “mysql:host=localhost;dbname=proferik_Demo”; $username = “proferik_teacher”; $password = “Pa55word”; $db = new PDO($dsn, $username, $password); //$host = “localhost”; //$username = … Continued

For this exam, work in the same project folder you have been working in for the last few in class exercise. You will adding two files and editing One. To complete the exam follow the steps bellow: Create a new html file called, exam.html create … Continued