The options in the drop-down box support how and and or queries are designed

A drop-down box supports multiple selections, supporting both and and or queries

brand = "Volvo" and brand = "Saab" 
brand = "Volvo" or brand = "Saab"
Is there any good way to display the

page? Is it like this down there?

<html>
<body>
brand:
<select multiple="multiple">
  <option value="volvo">Volvo</option>
  <option value="saab">Saab</option>
  <option value="mercedes">Mercedes</option>
  <option value="audi">Audi</option>
</select>

<select>
  <option value="and">and</option>
  <option value="or">or</option>
</select>
</body>
</html>
Mar.29,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b34dac-2bf3e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b34dac-2bf3e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?