Hello DaniWeb, I am working on project in which admin generates dynamic query by selecting value from the First dropdown(program) then second dropdown (semester). The concept is that
For example:
if admin select "MSCS" from the first dropdown list and "3" from the second dropdown list. it should populate all the students, subjects of third term.
secondly: the same is the case while inserting record into table all in one click.
Note: Subject varies from 4 to 6 each term.
Guide Me How Can I do this ?