Código PHP:
if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
$insertSQL = sprintf("INSERT INTO prematricular (estado_reclutamiento, identificacion, id_disponible, fecha_pre) VALUES ('0', %s, %s, %s)",
GetSQLValueString($_POST['estado_reclutamiento'], "text"),
GetSQLValueString($_POST['identificacion'], "text"),
GetSQLValueString($_POST['id_disponible'], "int"),
GetSQLValueString($_POST['fecha_pre'], "date"));
mysql_select_db($database_conexion, $conexion);
$Result1 = mysql_query($insertSQL, $conexion) or die(mysql_error());
}
Les agradeceria mucho la ayuda