I used WebAssist double optin system and so was advised to make sure I included the row"student_id in the fm_reg_tbl and WebAssist_reg_id in the enrol_tbl.also my reg_tbl name is fm_reg_tbl not WebAssist_reg_tbl! Where does the table know it needs to be c
You see I created a student_tbl to join the WebAssist_reg_id with the student_id and called it student_tbl. But how do I tell the database that the student_tbl helps it marry fm_reg_tbl.WebAssist_reg_id = enrol_tbl.student_id together?


