Let me first explain the requirements to you: According to the requirements of our system, we will perform combined queries through fields such as department name, employee name, PC name, IP address, etc. to obtain the desired data results. So, for the sake of simplicity, we use a combined query of two conditions (department name, employee name) to explain this technical technique to everyone. When we only enter the department name and the employee name is empty, all employee information in the department will be displayed. Only when you restrict the department and employee names at the same time can you query the unique information.
Then let’s get started.
First create the query page search.php. Different from the last single condition query, this time we need a combination of two conditions to query.