I have a sql table. the table shows studentID, Subject_Name and Marks. Hope you can understand the data.
Now I need to show it in the front end by displaying studentID vertically across the Y axis and subject_Name horizontally across the X axis. Marks should appear as the table body.
I use php as the server side language.
marksdenormalized? Something likeA,A+,Cstring?