Question: USE PHP PDO TO SOLVE MYSQLI WILL GET DOWNVOTE!!! Assume you have footballTeamsDB database stored in MySQL server that contains the following 2 tables as


USE PHP PDO TO SOLVE MYSQLI WILL GET DOWNVOTE!!!
Assume you have footballTeamsDB database stored in MySQL server that contains the following 2 tables as follows: Table 1: teams Table 2: matches 15:10 4 WhatsApp WhatsApp Image 2021-0... The matches tables contains the match scores between the teams defined in teams table. Use the following Connection.php by including it in your scripts which connect you to MySQL server and the database. \begin{tabular}{|l|l|} \hline setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); \\ ?> \end{tabular} Q1: Implement viewTable.php: write PHP script to process the data stored in the database tables and generate the following output as shown in the screenshot. Note the following: - Played: count the number of matches played as home or away. - Wins, draws and losses: count the number of wins/draws/losses respectively in matches played as home or away - Points: shows the total points each team have. Note that 3 points is given for each win, 1 point for each draw and 0 points for each losses
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
