cambia
$insertSQL = sprintf("INSERT INTO notas (fecha, de, comentario) VALUES (%s, %s, %s)",
GetSQLValueString($_POST['fecha'], "date"),
GetSQLValueString($_POST['de'], "text"),
GetSQLValueString($_POST['comentario'], "text"));
Por
$insertSQL = sprintf("INSERT INTO notas (fecha, de, comentario) VALUES (%s, %s, %s)",
GetSQLValueString(date('Y-m-d H:i:s'), "date"),
GetSQLValueString($_POST['de'], "text"),
GetSQLValueString($_POST['comentario'], "text"));
-------------------------------------------------------------------------
Esta vez te me adelantaste GatorV
![Golpeado](http://static.forosdelweb.com/fdwtheme/images/smilies/pelea.png)
jeje