Part 24 - How to make custom insert function & update function in php for mysql insert update query

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 3

  • @rajansharma509
    @rajansharma509 Год назад +2

    Okay sir thanks you 🙏

  • @coding_with_php
    @coding_with_php Год назад +1

    Can you plz do laravel Vue application complete series

  • @abdullah.5.2.44
    @abdullah.5.2.44 Год назад +1

    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