oggi sono alla frutta... mi ritorna l'erroreCodice PHP:<?php
require( "inc/top_foot.php" );
if ( !isset( $_SESSION['cart'] ) )
$_SESSION['cart'] = array();
$_SESSION['cart'][$_POST['prod_id']] = 1;
header("location: index.php");
?>
Parse error: syntax error, unexpected T_STRING in /Applications/MAMP/htdocs/testcarrello/add.php on line 5
ma... perchè?

Rispondi quotando
, non vedo nulla al momento. L'unico consiglio di commentare le righe fino a quando l'hai trovato - classic debugging
.