ChatterBank9 mins ago
Web Programming
2 Answers
Write a PHP script to retrieve a list of students who passed a course,’BIT201’.You can assume that the database schema is called ZOUDB, and an entity called CourseResult which is defined with attributes course-code, student-pin and score. You can assume that Student and course table exist as a separate table in the same schema. Your script should show the name of student, the course name and mark in an HTML table of results.
Answers
Best Answer
No best answer has yet been selected by Manuel10. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.I don't think that we've got many (any?) programmers on this site. Manuel10 (and, even if we had, we're not too keen on doing people's coursework for them anyway!).
However, in the spirit of helpfulness, I'll point you towards a website which is fantastic for finding answers on technology (and, in particular, such matters as coding). It's the wonderful Stack Exchange. Look for a suitable forum to post your question among this lot:
https:/ /stacke xchange .com/si tes#tec hnology
However, in the spirit of helpfulness, I'll point you towards a website which is fantastic for finding answers on technology (and, in particular, such matters as coding). It's the wonderful Stack Exchange. Look for a suitable forum to post your question among this lot:
https:/
-- answer removed --