Create a Vaccination System using Php that has the following features: 1. Add client record(such as firstname, lastname, middlename, category, address, date of first dose, date of second dose)

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

 

Create a Vaccination System using Php that has the following features:
1. Add client record(such as firstname, lastname, middlename, category, address, date of first dose, date of second dose)

 

This is the answer they give it doesn't show anything. I attached a picture that shows the code's result below.

Everytime I ask a question they always answer this one but it doesn't show anything.

Please help

 

<!DOCTYPE html>

<html>

<head>

<style>

body {

  font-family: Arial, Helvetica, sans-serif;

  background-color: black;

}

* {

  box-sizing: border-box;

}

.container {

  padding: 16px;

  background-color: white;

}

input[type=text], input[type=password] {

  width: 100%;

  padding: 15px;

  margin: 5px 0 22px 0;

  display: inline-block;

  border: none;

  background: #f1f1f1;

}

hr {

  border: 1px solid #f1f1f1;

  margin-bottom: 25px;

}

.registerbtn {

  background-color: purple;

  color: white;

  padding: 16px 20px;

  margin: 8px 0;

  border: none;

  cursor: pointer;

  width: 100%;

  opacity: 0.9;

}

Step 2

.registerbtn {

  background-color: purple;

  color: white;

  padding: 16px 20px;

  margin: 8px 0;

  border: none;

  cursor: pointer;

  width: 100%;

  opacity: 0.9;

}

 

.registerbtn:hover {

  opacity: 1;

}

a {

  color: dodgerblfue;

}

.signin {

  background-color: #f1f1f1;

  text-align: center;

}

</style>

</head>

<body>

 

<form action="/action_page.php">

  <div class="container">

    <h1 text-align="center">Form</h1>

    <hr>

 

  </div>

</form>

 

</body>

</html>

Form
Transcribed Image Text:Form
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Structured English
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education