Salve a tutti.Premetto che sono alle prime armi con il linguaggio php
Comunque ho un problema con l'inserimento
Codice PHP:
<html>
<head></head>
<body>
<center>
<?php
include("connetti.php");
mysql_query("insert into opere values (null,'".$_POST["nomeopera"]."','".$_POST["genere"]."','".$_POST["annouscita"]."','".$_POST["casaeditrice"]."'));
echo "<font color='blue'>Query eseguita correttamente !</font><br><br>";
mysql_close($conn);
?>
</center>
</body>
</html>
l'errore è:Parse error: syntax error, unexpected T_STRING in /membri/marioborriello/Tesina/inserimento.php on line 12
la linea 12 è questa
echo "<font color='blue'>Query eseguita correttamente !</font><br><br>" ;
Ringrazio anticipatamente tutti quelli che mi aiuteranno