SyntaxFix
Write A Post
Hire A Developer
Questions
Use the php's OR (||) logical operator for php isset() with multiple operator e.g
OR (||)
isset()
if (isset($_POST['room']) || ($_POST['cottage']) || ($_POST['villa'])) { }