Question: Write the PHP code for a web page course_query.php that displays the courses a student takes for this term. The page should contain a short
Write the PHP code for a web page course_query.php that displays the courses a student takes for this term. The page should contain a short form with a text box where the user can type a student id. The form submits back to the same page, course_query.php. Assume we use MySQL RDBMS and we have a table structure as course_student (id varchar(20), student_id varchar(20), course_name varchar(20), instructor_id varchar(2))). Display the results as a table.
Bonus (Use AJAX +1 point, Use Webservice/JSOn +1 point)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
