I have two tables in db named department (contains department) and sup (contains name of supervisors name).
now my query is:
By selecting the department in select menu the next select field sup should automatically get fetched with names.
how can i do it with php using onchange javascript menu..
thanks in advance