1 2 3 4 5 6 7
<?php session_start(); $_SESSION["langcode"] = $_GET["langcode"]; header("Location: ".$_GET["page"].".php");?>