all'altezza della stringa in rosso mi da l'errore: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING
ma io nn capisco perche...
grazie ciao!
codice:
	$utente_info = array('numero' => array(),'nome' => array(), 'password' => array(), 'email' => array(), 'dataiscrizione' => array()); 

	
	$utente_info['numero'][0] = $user_num;	
	$utente_info['nome'][0] = $utente_file_car[0];
	$utente_info['password'][0] = $utente_file_car[1];
	$utente_info['email'][0] = $utente_file_car[2];
	$utente_info['dataiscrizione'][0] = $utente_file_car[3];