Bonjour !
Voici donc l'erreur php auquel je me cogne :
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 ''Et voici mon code php, qui contient surtout des erreur d'orthographe

mysql_connect("idoo-mysql00", "i185011", "adwnxd2fu3a63w8k") or die(mysql_error());
mysql_select_db("i185011") or die(mysql_error());
$id = mysql_real_escape_string(htmlspecialchars($_POST['id']));
$msg = mysql_real_escape_string(htmlspecialchars($_POST['pourquoi']));
$habbo = mysql_real_escape_string(htmlspecialchars($_POST['habbo']));
$reponsej = mysql_query("SELECT * FROM jeux WHERE id = $id") or die(mysql_error());
$titre = $reponsej['titre'];
$msggo = "Nous somme désoler de te dire que ton jeux '$titre' à été refuser, tu ne poura donc pas faire son animation, pour la/les résons suventes : '$msg'";
mysql_query("INSERT INTO h_message VALUES('', '$habbo', '$msggo')") or die(mysql_error());
mysql_close();
echo "Fait !";
Merci de votre aide !