Answered step by step
Verified Expert Solution
Link Copied!
Question
1 Approved Answer

Create a table called tblActor. The tblActor should have the following fields (name, description, dob, country, image) Paste the SQL commands you wrote to create

image text in transcribed
Create a table called "tblActor". The tblActor should have the following fields (name, description, dob, country, image) Paste the SQL commands you wrote to create the table: Paste a screen shot shows the created table in MyPHPAdmin: Populate the table "tblActor" with information about your favorite four actors. Paste a screen shot shows the data you added to the "tblActor": Write a PHP code that read the data from the "tblActor" table, and generate a JSON response similar to the following format. Name the PHP file "ViewAllActors.php". {"actors": [{"name": "Brad Pitt", "description": "Brad Pitt is an American actor and film producer. He has received a Golden Globe Award, a Screen Actors Guild Award, and three Academy Award nominations in acting categories". "dob": "December 18, 1963", "country. "United States", "image": "http: \\\tors.com\\brad.jpg"}, {"name": "Tom Cruise", "description": "Tom Cruise, is an American film actor and producer. He has been nominated for three Academy Awards and has won three Golden Globe Awards.", "dob": "July 3, 1962", "country": "United States", "image": "http: \\Actors.com\\tom.jpg"}, {"name": "Angelina Jolie", "description": "Angelina Jolie is an American actress, film director, screenwriter, and

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

Students explore these related Databases questions