Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Load the data into the installation of MySQL that is most convenient to you. You may use Selene, or you could use your own installation,

Load the data into the installation of MySQL that is most convenient to you. You may use Selene, or you could use your own installation, via XAMPP (recommended). Examine the database if you need to refresh your memory. The requirements for the website are as follows. Note that there is no need to pay attention to styling (although you are welcome to do so if you want) basic HTML formatting is fine. You are expected to use PHP and MySQL to achieve the following. Do not use any framework, even if it would help. If you do not understand this sentence, ignore it! The page should display a header (H1) and below it the message: Welcome to Poppleton Dog Show! This year xx owners entered yy dogs in zz events!. You should replace xx, yy, zz with the correct values found by running SQL queries against the database. Add below a list that displays the top ten dogs in the show. This is defined as the ten dogs who have the highest average scores, provided they have entered more than one event. Display just the dogs name, breed, and average score. Next to each dog, add the name of the owner and the owners email address. The email address link should start up the default email application to send an email to 6 the owner. The owners name should link to a second page containing the owners contact details.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database And SQL

Authors: Lucy Scott

3rd Edition

1087899699, 978-1087899695

More Books

Students also viewed these Databases questions