Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hello, in this page I display all the information from DB. I can display every single value of data to the right place besides on
Hello, in this page I display all the information from DB. I can display every single value of data to the right place besides on the dropdown list. I need to fix it so get the value from the DB and returns it on the dropdown list.
$customers = new customers($DB_con);
$allCustomerRows = $customers->getMasterCustomers(); $allCustomerRows1 = $customers->getMasterCustomersTable();
?>
Software X
Customer Master
- Menu
- Dashboard
- Employees
- Customers
- Schedule
- Settings
- Logout
"> "> "> "> ">
"> "> "> ">
Contacts
First Name | Last Name | Job Title | Phone | Department | |
---|---|---|---|---|---|
=$row["FirstName"]?> | =$row["LastName"]?> | =$row["JobTitle"]?> | =$row["Phone"]?> | =$row["Department"]?> | =$row["Email"]?> |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started