Question: Assume that the HTML code that creates the page as shown in the figure below is given, then answer below questions: Q1: write a code

Assume that the HTML code that creates the page as shown in the figure below is given, then answer below questions:

Assume that the HTML code that creates the page as shown in

Q1: write a code that shows how to store coursers per semester and year for each department in the Faculty of engineering Using PHP array?

Q2: Write a PHP code, that reads from the array you created in Q1 and shows name (each one as HTML header) of the top 3 departments that offered the largest number of courses for the given year and semester. The user enters year and semester and clicks on the button, after that your code should get the year and semester, search in the array you build in Q1, return all matches. For example if the user enter 2019 and semester 2, then your code must output number of courses per department as follow:

CSE 60

EE 50

CE 45

Engineering Course Archives Enter year and semester to get total number of courses offered per department Year: ex: 2020 Semester: ex: semester 1 Fetch Courses

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 Databases Questions!