Hi this my second request at bytes,
i am having a db with two tables,
table1 - has the details of student, stud_id as primary key set to auto increment, stud_name and other details
table2 - has the details of courses applied by each individual students, stud_id as foreign key and course_id as primary key
any help, i will be very thankful,
i need to create php mysql quires
a) partial insert data into two tables, for registering student in table1
b) after approval updated table2 with course selected by that particular student.
i am having a db with two tables,
table1 - has the details of student, stud_id as primary key set to auto increment, stud_name and other details
table2 - has the details of courses applied by each individual students, stud_id as foreign key and course_id as primary key
any help, i will be very thankful,
i need to create php mysql quires
a) partial insert data into two tables, for registering student in table1
b) after approval updated table2 with course selected by that particular student.
Comment