Question: How do I use php to return a select from mysql table teams that outputs the following 1. All boss's text in blue in an
How do I use php to return a select from mysql table "teams" that outputs the following
1. All boss's text in blue in an unordered HTML list from a select statement
My codes are below
mysql table
mysql> select * from teams; +---------+---------------+--------------+-------------+---------------------+ | Team_ID | Team_Name | Team_Country | Team_Titles | Team_Boss | +---------+---------------+--------------+-------------+---------------------+ | 1 | a | England | 10 | Mr J | | 2 | b | Ireland | 18 | Mr K | | 3 | c | USA | 12 | Mr Z | | 4 | d | Italy | 36 | Mr A | | 5 | e | France | 19 | Mr P | +---------+---------------+--------------+-------------+---------------------+
Teams.php
teams
| Team_ID | Name | Country | Titles | Boss |
|---|---|---|---|---|
Enter A New Team
Update_teams.php
Teams.php
teams
| Team_ID | Name | Country | Titles | Boss |
|---|---|---|---|---|
Enter A New Team
Update_teams.php
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
