Hvorfor udskriver denne kode:
if($_POST['productid']) {
$id = $_POST['productid'];
echo "HEj1;".$id;
$temp = $_SESSION['products'];
echo "Variable in temp: " .$temp.$temp[0]. "<br>"; //Udskriver Array?????
if($_SESSION['products'] != "Array") {
$_SESSION['products'] = "ko";
} else {
$_SESSION['products'] = "o";
}
}
"Array"? Efter at jeg har sendt til den???????????
MVH. qff