Posts by Jack Dev • 3 points
1 post
-
0
votes2
answers73
viewsQ: How to use multiple unique "if" in PHP?
I want to make a condition for when a value is selected, the condition is like this at the moment: if (!empty($_GET['faixa_de_preco'])) { $valor = $_GET['faixa_de_preco']; if ($valor == 1) { $result…