Ver Mensaje Individual
  #7 (permalink)  
Antiguo 24/03/2004, 11:08
xaper
 
Fecha de Ingreso: marzo-2004
Mensajes: 17
Antigüedad: 20 años, 1 mes
Puntos: 0
Perdona que moleste tanto, pero mi cdóigo es algo así como:

------------------------------------------------------------------

$insertSQL = sprintf("INSERT INTO partits (jornada, partit, `data`, resultat, alineacio, cronica, foto, proxim) VALUES (%s, %s, %s, %s, %s, %s, %s, %s)",
GetSQLValueString($HTTP_POST_VARS['jornada'], "text"),
GetSQLValueString($HTTP_POST_VARS['partit'], "text"),
GetSQLValueString($HTTP_POST_VARS['data'], "text"),
GetSQLValueString($HTTP_POST_VARS['resultat'], "text"),
GetSQLValueString($HTTP_POST_VARS['alineacio'], "text"),
GetSQLValueString($HTTP_POST_VARS['cronica'], "text"),
GetSQLValueString($HTTP_POST_VARS['foto'], "text"),
GetSQLValueString($HTTP_POST_VARS['proxim'], "text"));

*-------------------------------------------------------

Me lo crea Dreamweaver. ¿Es este el problema?