There are two columns in a MySQL table: SUBJECT and YEAR.
SUBJECT
YEAR
I want to generate an alphanumeric unique number which holds the concatenated da
$crud->set_relation('id','students','{first_name} {last_name}'); $crud->display_as('student_id','Students Name');