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

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!