Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For this exercise, you are going to create a new PHP file called exercise-2.php. This file will connect to your autoservice database (what you connected

For this exercise, you are going to create a new PHP file called exercise-2.php. This file will connect to your autoservice database (what you connected to in Practical Class 7) and display the clients name and the cars related to the client name clicked in exercise-1.php (Part of Exercise 1). You will need to use the customercar database table refer figure 2

The output should look like figure 3

image text in transcribedimage text in transcribed

Client Name Suburb Mary Hadalittlelamb Meadowville Buzz** Lightyear **IntergalacticHQ Ilene Over Campbelltown Simple Ton Bradbury Under Standing Camden Figure 1 customer id INT(11) custNum INT(11) title VARCHAR(20) firstName VARCHAR(20) familyName VARCHAR(30) contact VARCHAR(10) email VARCHAR(60) houseNum VARCHAR(10) street VARCHAR(20) suburb VARCHAR(20) state VARCHAR(3) postCode VARCHAR(4) Indexes customercar id INT(11) custNum INT(11) rego VARCHAR(6) make VARCHAR(15) model VARCHAR(30) year Man VARCHAR(4) Indexes Figure 2 Cars for Simple Ton Rego: SMART, Make: Smart, Model: Fortwo Turbo Coupe, Year: 2010 Figure 3

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_2

Step: 3

blur-text-image_3

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

Database Management System MCQs Multiple Choice Questions And Answers

Authors: Arshad Iqbal

1st Edition

1073328554, 978-1073328550

More Books

Students also viewed these Databases questions

Question

Describe the guidelines for report writing.

Answered: 1 week ago

Question

What is media access control, and why is it important?

Answered: 1 week ago