Question: html, css, php 1. Create a MySQL database in XAMP called test. Add a table to the mySQL test database called Employee. Add three fields
html, css, php
1. Create a MySQL database in XAMP called test. Add a table to the mySQL test database called Employee. Add three fields into the Employee table EmployeeID (int, autonumbered, key), LastName (varchar(75)), FirstName (varchar(25)). Add three records of data to the table.
2. Create a PHP application that queries the database for LastName and FirstName fields in the Employee table, returns the three records you have inserted into the table and displays the result in an HTML table
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
