Projekt

Obecné

Profil

4 batix
<?
session_start();

if ($_POST["vybrano"]) {
$_SESSION['online_user_serverIP']=$_POST["server"];
header ("Location: index.php?lng=".$_GET['lng']."&".SID."");
}
?>