![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
31/03/2005, 11:50
|
| | Fecha de Ingreso: diciembre-2004
Mensajes: 128
Antigüedad: 20 años, 1 mes Puntos: 1 | |
Proba con esto y fijate en el resultado:
$consulta="INSERT INTO clientes (autor,jornada,equipo1,equipo2,resultado1,resultad o2,noticia)
VALUES ('$autor','$jornada','$equipo1','$equipo2','$resul tado1','$resultado2','$noticia')";
$ssql = mysql_query($consulta);
if (!$ssql ) { die('Error: ' . mysql_error());
} |