Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/05/2002, 20:29
cholyberreteaga
 
Fecha de Ingreso: enero-2002
Ubicación: Buenos Aires, Argentina
Mensajes: 193
Antigüedad: 22 años, 3 meses
Puntos: 0
Re: como cargar un dato en dos tablas a la vez?

prueba con:
mysql_query("
INSERT INTO noticias (titulo,contenido,seccion,fuente,fechaunix,thumb,f oto)
VALUES ('$titulo','$contenido','$seccion','$fuente','$fec haunix','$thumb','$foto')");
mysql_query("
INSERT INTO resumen (contenido) VALUES ('$contenido')");

<iframe target="_top" src="http://genteloca.com/firma.htm" width="100%" height="70" border="0" framespacing="0" border="0" frameborder="0"> </iframe>