diese sind auch gesetzt (print_r($_POST);)
aber ich kann die sessionvariable nicht setzten:
Code: Alles auswählen
print_r($_SESSION);
$_SESSION['search'] = "array('type' => 'player', 'name' => $_POST[suche], 'color' => $_POST[color] )";
Code: Alles auswählen
print_r($_SESSION);
$_SESSION['search'] = "array('type' => 'player', 'name' => $_POST[suche], 'color' => $_POST[color] )";