Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Homework 5 CSIT 337 Fall 2018 Learn to create database on MySql database Learn to create user on MySql database Learn to create PDO and

image text in transcribed

image text in transcribed

image text in transcribed

Homework 5 CSIT 337 Fall 2018 Learn to create database on MySql database Learn to create user on MySql database Learn to create PDO and write PHP script to access information from MySql database In this lab, we will (1) Create a database call it products (2) Inside this database, create a table and call it books. (3) Insert 7 records such as shown in the following to the table books. The first column is ID, 2nd column is title, the third is category, and the last one is ISBN. ID is the primary key 1 Visual Basic 2010 How to Program 2 Visual C# 2010 How to Program 3 Java How to Program 4 C++ How to Program 5 C How to Program 6 Internet& World Wide Web How to Program Programming 7 Operating Systems Programming0132152134 Programming Programming Programming Programming 0132151421 0132575663 0132662361 0136 0132151006 123562 Operating Systems 0131828274 (4) Create a user "iw3htp" with its password as "password". This user have the all privileges on products databases (5) Create an index.html which look like the following. It contains a drop down list with five options. A submit button with face value of "Send Query". Querying a MySQL database. Select a field to display: ID Title Category ISBN Send (6) Write a php file and call it database.php which will process the web form data when Send Query submit button pressed. The database.php will create a PDO to connect that allows your php script file to connect o database products Homework 5 CSIT 337 Fall 2018 Learn to create database on MySql database Learn to create user on MySql database Learn to create PDO and write PHP script to access information from MySql database In this lab, we will (1) Create a database call it products (2) Inside this database, create a table and call it books. (3) Insert 7 records such as shown in the following to the table books. The first column is ID, 2nd column is title, the third is category, and the last one is ISBN. ID is the primary key 1 Visual Basic 2010 How to Program 2 Visual C# 2010 How to Program 3 Java How to Program 4 C++ How to Program 5 C How to Program 6 Internet& World Wide Web How to Program Programming 7 Operating Systems Programming0132152134 Programming Programming Programming Programming 0132151421 0132575663 0132662361 0136 0132151006 123562 Operating Systems 0131828274 (4) Create a user "iw3htp" with its password as "password". This user have the all privileges on products databases (5) Create an index.html which look like the following. It contains a drop down list with five options. A submit button with face value of "Send Query". Querying a MySQL database. Select a field to display: ID Title Category ISBN Send (6) Write a php file and call it database.php which will process the web form data when Send Query submit button pressed. The database.php will create a PDO to connect that allows your php script file to connect o database products

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2015 Porto Portugal September 7 11 2015 Proceedings Part 3 Lnai 9286

Authors: Albert Bifet ,Michael May ,Bianca Zadrozny ,Ricard Gavalda ,Dino Pedreschi ,Francesco Bonchi ,Jaime Cardoso ,Myra Spiliopoulou

1st Edition

3319234609, 978-3319234601

More Books

Students also viewed these Databases questions

Question

Introduce and define metals and nonmetals and explain with examples

Answered: 1 week ago

Question

What is IUPAC system? Name organic compounds using IUPAC system.

Answered: 1 week ago

Question

What happens when carbonate and hydrogen react with carbonate?

Answered: 1 week ago