(la producción empezó a / home / Parla / public_html / prueba / noticias.php: 3)
in / home / Parla / public_html / prueba / noticias.php en la línea 55
Código PHP:
if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
$insertSQL = sprintf("INSERT INTO noticias (titular, texto, grupo, imagen) VALUES (%s, %s, %s, %s)",
GetSQLValueString($_POST['titular'], "text"),
GetSQLValueString($_POST['texto'], "text"),
GetSQLValueString($_POST['grupo'], "int"),
GetSQLValueString($_POST['imagen'], "text"));
mysql_select_db($database_libre, $libre);
$Result1 = mysql_query($insertSQL, $libre) or die(mysql_error());
$insertGoTo = "mensajes.php";
if (isset($_SERVER['QUERY_STRING'])) {
$insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
$insertGoTo .= $_SERVER['QUERY_STRING'];
}
header(sprintf("Location: %s", $insertGoTo));
}
header(sprintf("Location: %s", $insertGoTo));
solo me pasa al subirlo a internet en localhost no me da error.
Sabeis que falla....