После ввода некоторой переменной
Код PHP:
$CartItem = array(
'itemID' => $itemID,
'ProductName' => $ProductName,
'Option' => $Option,
'Quantity' => $Quantity,
'Price' => $Price,
'Total' => $Total
);
setcookie('CartItem', $CartItem, null);
Ошибка вывода:
Warning: setcookie() expects parameter 2 to be string, array given in /Users/user/Sites/app/addtocart.php on line 46