Replace this line:
if((isset($_GET["r"])) == "en")
with
if((isset($_GET["r"])) && $_GET["r"] == "en")
0
solved Checking if GET variable is set checking the value does not work [closed]
Replace this line:
if((isset($_GET["r"])) == "en")
with
if((isset($_GET["r"])) && $_GET["r"] == "en")
0
solved Checking if GET variable is set checking the value does not work [closed]