Welcome Using php and the phpMyAdmin database, can you explain how to display specific data in two tables, such as the employees table and the courses table, using two drop-down lists? Staff table / employee ID number (1, 2, 3, 4) / employee name (Mohammed, Abdullah, Fatima, Kawthar) / employee gender (male, female) / employee position (manager, engineer, salesman, doctor). Courses table/ course ID number (1, 2, 3, 4)/ employee ID number (1, 2, 3, 4)/ course name (Management, Computer, Sales, Course A, Course B, Course C) Drop-down list 1 / employee gender (male, female) Drop-down list 2 / course name (management, computer, sales, course A, course B, course C) Thank you
Okay sir thanks you 🙏
Can you plz do laravel Vue application complete series
Welcome
Using php and the phpMyAdmin database, can you explain how to display specific data in two tables, such as the employees table and the courses table, using two drop-down lists?
Staff table / employee ID number (1, 2, 3, 4) / employee name (Mohammed, Abdullah, Fatima, Kawthar) / employee gender (male, female) / employee position (manager, engineer, salesman, doctor).
Courses table/ course ID number (1, 2, 3, 4)/ employee ID number (1, 2, 3, 4)/ course name (Management, Computer, Sales, Course A, Course B, Course C)
Drop-down list 1 / employee gender (male, female)
Drop-down list 2 / course name (management, computer, sales, course A, course B, course C)
Thank you