try
if($_GET["menu"] == "mMenu-Point") :
At the moment you are setting (=) $_GET["menu"]
not comparing it (==)
2
solved Php condition doesn’t work for html [closed]
try
if($_GET["menu"] == "mMenu-Point") :
At the moment you are setting (=) $_GET["menu"]
not comparing it (==)
2
solved Php condition doesn’t work for html [closed]