Ver Mensaje Individual
  #9 (permalink)  
Antiguo 05/12/2010, 18:34
IbericaSolutions
 
Fecha de Ingreso: junio-2010
Ubicación: España
Mensajes: 5
Antigüedad: 13 años, 10 meses
Puntos: 0
Respuesta: Ayuda con INSERT INTO

Buenas,

Prueba de esta forma:

$insertSQL = sprintf("INSERT INTO ".$prefix_db."data (id, ip, text) VALUES ('$now', '$ip',CONVERT(_latin1 '%s' USING utf8)", GetSQLValueString($_POST['text'], "text"));

Saludos ;).