I am trying to compare IF statements.
if ($_POST['price'] =="see all"){
//show okolo
}
else if ($_POST["accommodation"] =="see all"){
//show chibuzo
}
This works but as soon as I add:
else if ($_POST['price'] =="see all" AND $_POST['accommodation"]=="see all"){
//show henry
}
This stuff does not work, it now shows "okolo" instead of "henry