in effetti ho sbalgiato a postare il codice.
quello giusto era quest

<?php
session_start();
include ("config.php");
include ("connect.php");
$sql = 'INSERT INTO ordini (destinatario, titolo, ordine, nome) VALUES ('.$destinatario.', '.$titolo.', '.$_SESSION["confermaordine"].', '.$_SESSION["name"].');';
$query = mysql_query($sql, $connect)
or die("Impossibile completare l'operazione. Errore: " . mysql_error());
?>

chiedo venia :adhone:

ma la sostanza non cambia:
Impossibile completare l'operazione. Errore: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '@everline.it, Ordine prodotti, <!DOCTYPE HTML PUBLIC "-//W3