Hi I need a help. I have three table one for tbl_student_registration, one for tbl_subject and another for subject mark. I need to display by converting row data to column data with joining table. How can do this
Assuming 'tbl_student_registration' is the table with your user's, and your 'subject table' has a relationship set up with 'tbl_student_registration". (also assuming your 'mark' would be in the 'subjects' table.)