Question: You have a table called users in MySQL database called IT 4 0 5 . The table has the following data: Id Name Address 1

You have a table called users in MySQL database called IT405. The table
has the following data:
Id Name Address
1 Ali Jeddah
2 Salah Riyadh
Write a PHP code that output the following display:
3 @@@ Dammam
1 @@@ Jeddah
2 @@@ Riyadh
Note that the username is root, the password is empty string. You can
insert data in the table before the display.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!