0
Hello,
On many web platforms, I see that there are forms, search systems, etc., where the user needs to, mark some elements, be they dropdowns, checkboxes, radios Buttons, but in some of them, regardless of whether they are empty or not, the system still filters and returns what you searched for because some do not need filling.
My curiosity is to know how the back-end is usually done in these circumstances. How is the select
inside the bank? Because the only way I can imagine is a chain of ifs
or switches
with PHP.
Grateful.
But save it and only be executed if any condition is established or check if the variables, whether by get or post method, are set and then apply str_replace?
– João Vitor